Skip to main content
A newer version of this page is available. .

ConstantLineMovedEventArgs.ConstantLine Property

Returns a constant line that is being moved.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public ConstantLine ConstantLine { get; }

Property Value

Type Description
ConstantLine

A constant line object.

See Also