ComponentOne FlexChart for WinForms
ColorScale Property


C1.Win.Chart.Extended Namespace > Heatmap Class : ColorScale Property
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
'Usage
 
Dim instance As Heatmap
Dim value As IColorScale
 
instance.ColorScale = value
 
value = instance.ColorScale
public IColorScale ColorScale {get; set;}
See Also

Reference

Heatmap Class
Heatmap Members