ConstantLine Constructors
Represents a constant line within an axis.Name | Parameters | Description |
---|---|---|
ConstantLine() | none | Initializes a new instance of the ConstantLine class with the default settings. |
ConstantLine(String, DateTime) | name, value | Initializes a new instance of the ConstantLine class with the specified name and date time value. |
ConstantLine(String, Double) | name, value | Initializes a new instance of the ConstantLine class with the specified name and numeric value. |
ConstantLine(String, Object) | name, axisValue | Initializes a new instance of the ConstantLine class with the specified constant line’s name and axis value. |
ConstantLine(String, String) | name, value | Initializes a new instance of the ConstantLine class with the specified name and qualitative value. |
ConstantLine(String, TimeSpan) | name, value | Initializes a new instance of the ConstantLine class with the specified name and time-span value. |
ConstantLine(String) | name | Initializes a new instance of the ConstantLine class with the specified name. |
See Also