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

ConstantLine() Constructor

Initializes a new instance of the ConstantLine class with the default settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public ConstantLine()

Remarks

Note that the ChartElementNamed.Name property will be set to Empty, and the ConstantLine.AxisValue property will be set to 1.

See Also