ILNumerics Ultimate VS

IColormapProvider Interface

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Provides Colorsmaps.

[ILNumerics Visualization Engine]

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

public interface IColormapProvider : IAxisDataProvider

The IColormapProvider type exposes the following members.

Properties

  NameDescription
Public propertyColormap
Gets the current colormap or null, if no colormap is active or used

[ILNumerics Visualization Engine]

Public propertyID
ID of this provider, used to identify the object within a scene graph

[ILNumerics Visualization Engine]

(Inherited from IAxisDataProvider.)
Public propertyIsColormapped
Determines, if the colormap is currently in use

[ILNumerics Visualization Engine]

Public propertyTag
Tag used to identify or label this provider object

[ILNumerics Visualization Engine]

Top
Methods

  NameDescription
Public methodGetRangeMaxValue
Gets the upper limit of the axis scale range

[ILNumerics Visualization Engine]

(Inherited from IAxisDataProvider.)
Public methodGetRangeMinValue
Gets the lower limit of the axis scale range

[ILNumerics Visualization Engine]

(Inherited from IAxisDataProvider.)
Public methodScaleMode
Gets the scale mode of the axis (log / linear)

[ILNumerics Visualization Engine]

(Inherited from IAxisDataProvider.)
Top
Remarks

[ILNumerics Visualization Engine]

See Also

Reference