Click or drag to resize
INChartValueAxisDataSourceLength Method
Get length of axis in 3D scene units. If there is no implementation 1 is used. See length of NChartValueAxis for details.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
Nullable<double> Length(
	NChartValueAxis axis
)

Parameters

axis
Type: NChart3D_UWPNChartValueAxis
Axis to get the length for.

Return Value

Type: NullableDouble
The length of the axis. It may be null that is equivalent to the absence of implementation.
See Also