SciChart.Charting Assembly : SciChart.Charting.Visuals.Axes.IndexDataProviders Namespace
SciChart.Charting.Visuals.Axes.IndexDataProviders Namespace
Classes
 ClassDescription
ClassProvides an implementation of the IIndexDataProvider that supplies index data to SciChart.Charting.Visuals.Axes.IndexDateTimeAxis or SciChart.Charting.Visuals.Axes.IndexNumericAxis, based on the provided System.Array of X values. The array must be sorted in ascending order.
ClassProvides a default implementation of the IIndexDataProvider that supplies index data to SciChart.Charting.Visuals.Axes.IndexDateTimeAxis or SciChart.Charting.Visuals.Axes.IndexNumericAxis, based on the X-values of the provided SciChart.Charting.Model.DataSeries.IDataSeries.
ClassProvides a default implementation of the IIndexDataProvider that supplies data indexes to IndexCalculator based on the first SciChart.Charting.Model.DataSeries.IDataSeries in the SciChart.Charting.Visuals.SciChartSurface.
Interfaces
 InterfaceDescription
InterfaceDefines the interface for an Index Data Provider, which supplies the set of data values acting as category bases for SciChart.Charting.Visuals.Axes.IndexDateTimeAxis or SciChart.Charting.Visuals.Axes.IndexNumericAxis.
See Also