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

In This Topic
    GetIntervals Method (DiscreteColorScaleBase)
    In This Topic
    Gets the list of intervals.
    Syntax
    'Declaration
     
    Protected MustOverride Function GetIntervals() As System.Collections.Generic.IList(Of DiscreteColorScaleBase.IInterval)
    protected abstract System.Collections.Generic.IList<DiscreteColorScaleBase.IInterval> GetIntervals()
    See Also