ILNumerics Ultimate VS

ColorbarGetRangeMinValue Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the minimum value of the value range for the axis AxisName.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public float GetRangeMinValue(
	AxisNames AxisName
)

Parameters

AxisName
Type: ILNumerics.DrawingAxisNames
The axis to retrieve the range limit for.

Return Value

Type: Single
Minimum value of the range limit as provided by the current state of ColormapProvider.

Implements

IAxisDataProviderGetRangeMinValue(AxisNames)
Remarks

[ILNumerics Visualization Engine]

See Also

Reference