Click or drag to resize
INChartSizeAxisDataSourceMaxSize Method
Get maximal size of markers on the screen in pixels.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
float MaxSize(
	NChartSizeAxis sizeAxis
)

Parameters

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

Return Value

Type: Single
The maximal size of the markers on the screen in pixels.
See Also