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