ConstantLine(TimeSpan, String) Constructor
Initializes a new instance of the ConstantLine class with the specified time-span value and title.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | TimeSpan | A time-span axis value at which the constant line is shown. This value is assigned to the ConstantLine.Value property. |
title | String | A string that specifies the constant line title text. This value is assigned to the ConstantLine.Title property. |
See Also