Back to Devexpress

StripCollection Class

wpf-devexpress-dot-xpf-dot-charts-a82b2818.md

latest2.3 KB
Original Source

StripCollection Class

Represents a collection that stores the strips of a particular axis.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class StripCollection :
    ChartElementCollection<Strip>,
    IEnumerable<IStrip>,
    IEnumerable
vb
Public Class StripCollection
    Inherits ChartElementCollection(Of Strip)
    Implements IEnumerable(Of IStrip),
               IEnumerable

The following members return StripCollection objects:

Remarks

Each axis (in particular, an axis of the AxisX2D or AxisY2D type) can hold a collection of strips, returned by the Axis2D.Strips property and represented by the StripCollection class. Each collection item is represented by a Strip object.

For more information, refer to Strips.

Inheritance

Object Collection<Strip> ObservableCollection<Strip> ChartDependencyObjectCollection<Strip> ChartElementCollection<Strip> StripCollection

See Also

StripCollection Members

DevExpress.Xpf.Charts Namespace