FlexChart | ComponentOne
C1.WPF.FlexChart.Extended.4.6.2 程序集 / C1.WPF.Chart.Extended 命名空间 / DiscreteColorScale.Interval 类 / DiscreteColorScale.Interval 构造函数

本主题中
    DiscreteColorScale.Interval 构造函数
    本主题中
    Creates an instance of Interval class.
    语法
    '声明
     
    Public Function New( _
       ByVal min As Double, _
       ByVal max As Double, _
       ByVal color As Color, _
       ByVal name As String _
    )
    public DiscreteColorScale.Interval( 
       double min,
       double max,
       Color color,
       string name
    )

    参数

    min
    max
    color
    name
    请参见