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

Axis2D.ConstantLinesBehind Property

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

public ConstantLineCollection ConstantLinesBehind { get; }

Property Value

Type Description
ConstantLineCollection

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

Remarks

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

See Also