'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)
Parameters
- min
- max
- color
- name