FlexChart | ComponentOne
C1.WPF.FlexChart.Extended.4.6.2 Assembly / C1.WPF.Chart.Extended Namespace / Heatmap Class / ColorScale Property

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