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
)
Function MinValue (
sizeAxis As NChartSizeAxis
) As Nullable(Of Double)
Nullable<double>^ MinValue(
[InAttribute] NChartSizeAxis^ sizeAxis
)
Parameters
- sizeAxis
- Type: NChart3D_UWPNChartSizeAxis
The size axis to obtain the minimal value for.
Return Value
Type:
NullableDoubleThe minimal value of markers' sizes. It may be null that is equivalent to the absence of implementation.
See Also