ComponentOne FlexChart for WPF
DiscreteColorScale.Interval Constructor

C1.WPF.FlexChart.Extended.4 Assembly > C1.WPF.Chart.Extended Namespace > DiscreteColorScale.Interval Class : DiscreteColorScale.Interval Constructor
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.Windows.Media.Color, _
   ByVal name As System.String _
)
public DiscreteColorScale.Interval( 
   System.double min,
   System.double max,
   System.Windows.Media.Color color,
   System.string name
)

Parameters

min
max
color
name
See Also

Reference

DiscreteColorScale.Interval Class
DiscreteColorScale.Interval Members