ILNumerics Ultimate VS

FastSurfaceGetRangeMaxValue Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the upper value limit corresponding to the upper bound of the colormap [readonly].

[ILNumerics Drawing2 Toolbox]

Namespace:  ILNumerics.Drawing.Plotting
Assembly:  ILNumerics.Toolboxes.Drawing2 (in ILNumerics.Toolboxes.Drawing2.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public float GetRangeMaxValue(
	AxisNames AxisName
)

Parameters

AxisName
Type: ILNumerics.DrawingAxisNames
[Ignored]

Return Value

Type: Single
The scalar value of the upper limit of the colormap.

Implements

IAxisDataProviderGetRangeMaxValue(AxisNames)
Remarks

This parameter is readonly. Use Update(InArraySingle, InArraySingle, InArraySingle, InArraySingle, Colormap, TupleSingle, Single, NullableVector3, NullableVector3, Boolean)

in order to control the behavior of the colormap for the surface plot.

[ILNumerics Drawing2 Toolbox]

See Also

Reference