Interface IDataProvider
Provides information to a category axis.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public interface IDataProvider
Methods
| Improve this Doc View SourceGetData(IDataConsumer)
Retrieves the data to be plotted on the axis.
Declaration
IEnumerable<object> GetData(IDataConsumer axis)
Parameters
Type | Name | Description |
---|---|---|
IDataConsumer | axis | The axis to retrieve the data for. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Object> | The data to plot on the axis. |