ConstantLineMovedEventArgs.ConstantLine Property
In This Article
Returns a constant line that is being moved.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public ConstantLine ConstantLine { get; }
#Property Value
Type | Description |
---|---|
Constant |
A constant line object. |
See Also