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

Axis2D.ConstantLinesInFront Property

Provides access to the axis’ collection of constant lines that are drawn in front of series. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

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

Declaration

public ConstantLineCollection ConstantLinesInFront { get; }

Property Value

Type Description
ConstantLineCollection

A ConstantLineCollection object, that represents the collection of constant lines drawn in front.

Remarks

Use the ConstantLinesInFront and Axis2D.ConstantLinesBehind properties, to access the collections of axis constant lines.

See Also