Click or drag to resize
INChartSizeAxisDataSourceMinValue Method
Get minimal value of markers' sizes. If no implementation is provided the minimal size is calculated according to the data.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
Nullable<double> MinValue(
	NChartSizeAxis sizeAxis
)

Parameters

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

Return Value

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