C1.Win.FlexChart.Extended.4.8 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 _
)
 

Parameters

min
max
color
name
See Also