ILNumerics Ultimate VS

StaticColormapProvider Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create new static colormap provider for supporting colorbars for custom objects

[ILNumerics Visualization Engine]

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

public StaticColormapProvider(
	Colormap colormap,
	float min,
	float max,
	AxisScale axisScale = AxisScale.Linear
)

Parameters

colormap
Type: ILNumerics.Drawing.PlottingColormap
Colormap object or Colormaps enumeration
min
Type: SystemSingle
lower limit for the colorbar axis
max
Type: SystemSingle
upper limit for the colorbar axis
axisScale (Optional)
Type: ILNumerics.DrawingAxisScale
[Optional] Axis scaling; Default: linear
Remarks

[ILNumerics Visualization Engine]

See Also

Reference