Click or drag to resize
INChartSeriesDataSourceName Method
Get name for the series.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
string Name(
	INChartSeries series
)

Parameters

series
Type: NChart3D_UWPINChartSeries
Series to obtain the name for.

Return Value

Type: String
The name for the series.
See Also