Click or drag to resize
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
)

Parameters

sizeAxis
Type: NChart3D_UWPNChartSizeAxis
The size axis to obtain the maximal value for.

Return Value

Type: NullableDouble
The maximal value of the markers' sizes. It may be null that is equivalent to the absence of implementation.
See Also