Click or drag to resize
HeatmapColormap Property
Specifies the value of the "Colormap" attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Colormap Colormap { get; set; }

Property Value

Type: Colormap
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