ICategoryAxis

StockSharp.Xaml.Charting.Visuals.Axes

Defines the interface to a category axis, which treats X-data as linearly increasing regardless of value

Implements: IAxis, IAxisParams, IHitTestable, ISuspendable, IInvalidatableElement, IDrawable

Methods

ToDateRange(IndexRange) : DateRange

Converts the CategoryDateTimeAxis's VisibleRange of type IndexRange to a DateRange of concrete date-values. Note: If either index is outside of the range of data on the axis, the date values will be inteporlated.

visibleRange
The input IndexRange

Returns: The DateRange with transformed dates that correspond to input indices