FlexChart | ComponentOne
C1.Win.FlexChart.Extended.4.5.2 Assembly / C1.Win.Chart.Extended Namespace / DiscreteColorScale Class / GetIntervals Method

In This Topic
    GetIntervals Method (DiscreteColorScale)
    In This Topic
    Gets the interval list.
    Syntax
    'Declaration
     
    Protected Overrides Function GetIntervals() As System.Collections.Generic.IList(Of DiscreteColorScaleBase.IInterval)
    protected override System.Collections.Generic.IList<DiscreteColorScaleBase.IInterval> GetIntervals()
    See Also