Specifies the value of the "Colormap" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual Colormap Colormap { get; set; }
Visual Basic (Declaration)
Public Overridable Property Colormap As Colormap
Visual C++
public:
virtual property Colormap^ Colormap {
	Colormap^ get ();
	void set (Colormap^ value);
}

Field Value

A Colormap which contains the value of the "Colormap" attribute.

Remarks

This is the Colormap associated with this Heatmap. By default, Colormap = null.

See Also