FlexChart | ComponentOne
C1.Win.FlexChart.Extended.4.5.2 Assembly / C1.Win.Chart.Extended Namespace / DiscreteColorScale.Interval Class / DiscreteColorScale.Interval Constructor

In This Topic
    DiscreteColorScale.Interval Constructor
    In This Topic
    Creates an instance of Interval class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal min As System.Double, _
       ByVal max As System.Double, _
       ByVal color As System.Drawing.Color, _
       ByVal name As System.String _
    )
    public DiscreteColorScale.Interval( 
       System.double min,
       System.double max,
       System.Drawing.Color color,
       System.string name
    )

    Parameters

    min
    max
    color
    name
    See Also