SciChart.Charting.Visuals.Axes.IndexDataProviders Namespace
Classes
| Class | Description | |
|---|---|---|
![]() | ArrayIndexDataProvider<T> | Provides 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. |
![]() | DataSeriesIndexDataProvider | Provides 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. |
![]() | DefaultDataSeriesIndexDataProvider | Provides 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
| Interface | Description | |
|---|---|---|
![]() | IIndexDataProvider | Defines 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

