ILNumerics Ultimate VS

FastSurfaceGetRangeMinValue Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gets the lower value limit corresponding to the lower 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 GetRangeMinValue(
	AxisNames AxisName
)

Parameters

AxisName
Type: ILNumerics.DrawingAxisNames
[Ignored]

Return Value

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

Implements

IAxisDataProviderGetRangeMinValue(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