Click or drag to resize
INChartValueAxisDataSourceName Method
Get the name that is displayed in the axis' caption.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
string Name(
	NChartValueAxis axis
)

Parameters

axis
Type: NChart3D_UWPNChartValueAxis
Axis to get the name for.

Return Value

Type: String
The name of the axis.
See Also