FlexChart | ComponentOne
C1.Win.FlexChart.Extended.4.5.2 Assembly / C1.Win.Chart.Extended Namespace / GradientColorScale Class / Colors Property

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