Click or drag to resize
INChartSeriesDataSource Interface
The NChartSeriesDataSource interface provides methods to obtain data for the series.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartSeriesDataSource

The INChartSeriesDataSource type exposes the following members.

Methods
  NameDescription
Public methodExtraPoints
Extend array of points in series. Use this method to provide additional data for series. This method is called after you call NChart.ExtendData(). The points from the array returned are _added_ to the series' array of points, so series will have more data. The maximal length of data array is determined by PointsHistoryLength property of NChart.
Public methodImage
Get image for the series that is displayed in the legend. If null is returned or method is not implemented the default image is used.
Public methodName
Get name for the series.
Public methodPoints
Get array of points for the series.
Top
See Also