The input SciChart.Data.Model.IndexRange
ToDateRange Method (CategoryDateTimeAxis)
Converts the CategoryDateTimeAxis's VisibleRange of type SciChart.Data.Model.IndexRange to a SciChart.Data.Model.DateRange of concrete date-values. Note: If either index is outside of the range of data on the axis, the date values will be interpolated.
Syntax
public DateRange ToDateRange( 
   IndexRange visibleRange
)

Parameters

visibleRange
The input SciChart.Data.Model.IndexRange

Return Value

The SciChart.Data.Model.DateRange with transformed dates that correspond to input indices
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also