Click or drag to resize
NChartAddSeries Method
Add series to chart.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void AddSeries(
	INChartSeries series
)

Parameters

series
Type: NChart3D_UWPINChartSeries
Series to add.
See Also