FlexChart | ComponentOne
C1.WPF.FlexChart.Extended.4.6.2 Assembly / C1.WPF.Chart.Extended Namespace / GradientColorScale Class / Colors Property

In This Topic
    Colors Property
    In This Topic
    Get or sets the list of colors for the scale.
    Syntax
    'Declaration
     
    Public Property Colors As List(Of Color)
    public List<Color> Colors {get; set;}
    See Also