INChartSizeAxisDataSourceMaxValue Method |
Get maximal value of markers' sizes. If no implementation is provided the maximal size is calculated according to
the data.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax Nullable<double> MaxValue(
NChartSizeAxis sizeAxis
)
Function MaxValue (
sizeAxis As NChartSizeAxis
) As Nullable(Of Double)
Nullable<double>^ MaxValue(
[InAttribute] NChartSizeAxis^ sizeAxis
)
Parameters
- sizeAxis
- Type: NChart3D_UWPNChartSizeAxis
The size axis to obtain the maximal value for.
Return Value
Type:
NullableDoubleThe maximal value of the markers' sizes. It may be null that is equivalent to the absence of implementation.
See Also