Back to Devexpress

Axis2D.ConstantLinesInFront Property

wpf-devexpress-dot-xpf-dot-charts-dot-axis2d-c3ffa531.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ConstantLineCollection ConstantLinesInFront { get; }
vb
Public ReadOnly Property ConstantLinesInFront As ConstantLineCollection

Property Value

TypeDescription
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

ConstantLinesBehind

Axis2D Class

Axis2D Members

DevExpress.Xpf.Charts Namespace