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
)
Function MinSize (
sizeAxis As NChartSizeAxis
) As Single
float MinSize(
[InAttribute] NChartSizeAxis^ sizeAxis
)
Parameters
- sizeAxis
- Type: NChart3D_UWPNChartSizeAxis
The size axis to obtain the minimal size for.
Return Value
Type:
SingleThe minimal size of the markers on the screen in pixels.
See Also