FlexChart | ComponentOne
C1.Win.FlexChart.Extended.4.5.2 Assembly / C1.Win.Chart.Extended Namespace / Heatmap Class / ColorScale Property

In This Topic
    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