FlexChart | ComponentOne
C1.Win.FlexChart.Extended.4.5.2 Assembly / C1.Win.Chart.Extended Namespace / DiscreteColorScale Class / Intervals Property

In This Topic
    Intervals Property (DiscreteColorScale)
    In This Topic
    Gets or sets the collection of intervals defining the discrete color scale.
    Syntax
    'Declaration
     
    Public Property Intervals As System.Collections.Generic.List(Of DiscreteColorScale.Interval)
    public System.Collections.Generic.List<DiscreteColorScale.Interval> Intervals {get; set;}
    See Also