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

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

Parameters

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

Return Value

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