Axis2D.ConstantLinesBehind Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ConstantLineCollection ConstantLinesBehind { get; }
#Property Value
Type | Description |
---|---|
Constant |
A Constant |
#Remarks
Use the Axis2D.ConstantLinesInFront and ConstantLinesBehind properties, to access the collections of axis constant lines.
See Also