ColorScale Property (Heatmap)
In This Topic
Gets or sets the color scale for the heatmap. The color scale defines trasformation from data value to color.
Syntax
'Declaration
Public Property ColorScale As IColorScale
public IColorScale ColorScale {get; set;}
See Also