Show / Hide Table of Contents

Interface IDataProvider

Provides information to a category axis.

Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public interface IDataProvider

Methods

| Improve this Doc View Source

GetData(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.

  • Improve this Doc
  • View Source