Creates an instance of Interval class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Windows.Media.Color, _
ByVal As System.String _
)
public DiscreteColorScale.Interval(
System.double ,
System.double ,
System.Windows.Media.Color ,
System.string
)
Parameters
- min
- max
- color
- name
See Also