ComponentOne FlexChart for WinForms
DiscreteColorScale.Interval Constructor


C1.Win.Chart.Extended Namespace > DiscreteColorScale.Interval Class : DiscreteColorScale.Interval Constructor
Creates an instance of Interval class.
Syntax
'Declaration
 
Public Function New( _
   ByVal min As Double, _
   ByVal max As Double, _
   ByVal color As Color, _
   ByVal name As String _
)
'Usage
 
Dim min As Double
Dim max As Double
Dim color As Color
Dim name As String
 
Dim instance As New DiscreteColorScale.Interval(min, max, color, name)
public DiscreteColorScale.Interval( 
   double min,
   double max,
   Color color,
   string name
)

Parameters

min
max
color
name
See Also

Reference

DiscreteColorScale.Interval Class
DiscreteColorScale.Interval Members