ConstantLine(TimeOnly, String) Constructor
Initializes a new instance of the ConstantLine class with specified settings.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | TimeOnly | A time-only axis value crossed by the constant line. The parameter value is assigned to the ConstantLine.Value property. |
| title | String | A constant line title. The parameter value is assigned to the ConstantLine.Title property. |
See Also