Axis2D.ConstantLinesInFront Property
In This Article
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.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true)]
public ConstantLineCollection ConstantLinesInFront { get; }
#Property Value
Type | Description |
---|---|
Constant |
A Constant |
#Remarks
To access the collections of axis constant lines, use the ConstantLinesInFront and Axis2D.ConstantLinesBehind properties.
See Also