Strip Constructors
Represents a strip line within a chart control’s diagram.Name | Parameters | Description |
---|---|---|
Strip() | none | Initializes a new instance of the Strip class with the default settings. |
Strip(String, DateTime, DateTime) | name, minValue, maxValue | Initializes a new instance of the Strip class with the specified name, and minimum and maximum date time values. |
Strip(String, Double, Double) | name, minValue, maxValue | Initializes a new instance of the Strip class with the specified name, and minimum and maximum numeric values. |
Strip(String, Object, Object) | name, minValue, maxValue | Initializes a new instance of the Strip class with the specified name, minimum and maximum values. |
Strip(String, String, String) | name, minValue, maxValue | Initializes a new instance of the Strip class with the specified name, and minimum and maximum qualitative values. |
Strip(String) | name | Initializes a new instance of the Strip class with the specified name. |
See Also