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
)
Function Length (
axis As NChartValueAxis
) As Nullable(Of Double)
Nullable<double>^ Length(
[InAttribute] NChartValueAxis^ axis
)
Parameters
- axis
- Type: NChart3D_UWPNChartValueAxis
Axis to get the length for.
Return Value
Type:
NullableDoubleThe length of the axis. It may be null that is equivalent to the absence of implementation.
See Also