ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Provides Colorsmaps.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing.Plotting
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The IColormapProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
Colormap |
Gets the current colormap or null, if no colormap is active or used
[ILNumerics Visualization Engine] | |
ID |
ID of this provider, used to identify the object within a scene graph
(Inherited from IAxisDataProvider.)[ILNumerics Visualization Engine] | |
IsColormapped |
Determines, if the colormap is currently in use
[ILNumerics Visualization Engine] | |
Tag |
Tag used to identify or label this provider object
[ILNumerics Visualization Engine] |
Methods
Name | Description | |
---|---|---|
GetRangeMaxValue |
Gets the upper limit of the axis scale range
(Inherited from IAxisDataProvider.)[ILNumerics Visualization Engine] | |
GetRangeMinValue |
Gets the lower limit of the axis scale range
(Inherited from IAxisDataProvider.)[ILNumerics Visualization Engine] | |
ScaleMode |
Gets the scale mode of the axis (log / linear)
(Inherited from IAxisDataProvider.)[ILNumerics Visualization Engine] |
Remarks
[ILNumerics Visualization Engine]
See Also