FlexChart | ComponentOne
C1.WPF.FlexChart.Extended.4.6.2 程序集 / C1.WPF.Chart.Extended 命名空间 / DiscreteColorScale 类 / Intervals 属性

本主题中
    Intervals 属性
    本主题中
    Gets or sets the collection of intervals defining the discrete color scale.
    语法
    '声明
     
    Public Property Intervals As List(Of DiscreteColorScale.Interval)
    public List<DiscreteColorScale.Interval> Intervals {get; set;}
    请参见