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 |
name, min |
Initializes a new instance of the Strip class with the specified name, and minimum and maximum date time values. |
Strip |
name, min |
Initializes a new instance of the Strip class with the specified name, and minimum and maximum numeric values. |
Strip |
name, min |
Initializes a new instance of the Strip class with the specified name, minimum and maximum values. |
Strip |
name, min |
Initializes a new instance of the Strip class with the specified name, and minimum and maximum qualitative values. |
Strip |
name | Initializes a new instance of the Strip class with the specified name. |
See Also