Back to Devexpress

ConstantLineCollection Class

wpf-devexpress-dot-xpf-dot-charts-2ed53667.md

latest3.0 KB
Original Source

ConstantLineCollection Class

A collection that stores the constant lines of a particular axis.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class ConstantLineCollection :
    ChartElementCollection<ConstantLine>,
    IEnumerable<IConstantLine>,
    IEnumerable
vb
Public Class ConstantLineCollection
    Inherits ChartElementCollection(Of ConstantLine)
    Implements IEnumerable(Of IConstantLine),
               IEnumerable

The following members return ConstantLineCollection objects:

Remarks

Each axis (in particular, an axis of the AxisX2D or AxisY2D type) can hold a collection of constant lines, returned by the Axis2D.ConstantLinesInFront and Axis2D.ConstantLinesBehind properties and specified by the ConstantLineCollection class. Each collection item is represented by a ConstantLine object.

For more information, refer to Constant Lines.

Inheritance

Object Collection<ConstantLine> ObservableCollection<ConstantLine> ChartDependencyObjectCollection<ConstantLine> ChartElementCollection<ConstantLine> ConstantLineCollection

See Also

ConstantLineCollection Members

ConstantLinesInFront

ConstantLinesBehind

ConstantLine

DevExpress.Xpf.Charts Namespace