Class SeriesColorRange
Represents a Color Range object for passing to PickColor />
public class SeriesColorRange
- Inheritance
-
SeriesColorRange
- Inherited Members
Constructors
SeriesColorRange()
public SeriesColorRange()
Properties
Color
Gets or sets the color of the range.
public string Color { get; set; }
Property Value
- string
The color.
Max
Gets or sets the maximum value of the range. Null will use default double.Max
public double Max { get; set; }
Property Value
- double
The maximum.
Min
Gets or sets the minimum value of the range. Null will use default double.Min
public double Min { get; set; }
Property Value
- double
The minimum.