FlexChart | ComponentOne
C1.WPF.FlexChart.Extended.4.6.2 程序集 / C1.Chart 命名空间 / DiscreteColorScaleBase 类 / GetIntervals 方法

本主题中
    GetIntervals 方法 (DiscreteColorScaleBase)
    本主题中
    Gets the list of intervals.
    语法
    '声明
     
    Protected MustOverride Function GetIntervals() As IList(Of DiscreteColorScaleBase.IInterval)
    protected abstract IList<DiscreteColorScaleBase.IInterval> GetIntervals()
    请参见