ILNumerics Ultimate VS

ImageSCPlotGetRangeMaxValue Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the maximium data 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 GetRangeMaxValue(
	AxisNames AxisName
)

Parameters

AxisName
Type: ILNumerics.DrawingAxisNames
The axis name.

Return Value

Type: Single
The maximum axis data range limit.

Implements

IAxisDataProviderGetRangeMaxValue(AxisNames)
Remarks

[ILNumerics Visualization Engine]

See Also

Reference