Back to Devexpress

Axis2D.ConstantLineBehindItemsSource Property

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

latest1.2 KB
Original Source

Axis2D.ConstantLineBehindItemsSource Property

Gets or sets the collection of objects used to generate constant lines that are positioned behind series.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public IEnumerable ConstantLineBehindItemsSource { get; set; }
vb
Public Property ConstantLineBehindItemsSource As IEnumerable

Property Value

TypeDescription
IEnumerable

A collection that is used to generate constant lines that are positioned behind series. The default is null ( Nothing in Visual Basic).

|

See Also

Axis2D Class

Axis2D Members

DevExpress.Xpf.Charts Namespace