wpf-devexpress-dot-xpf-dot-charts-a82b2818.md
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
public class StripCollection :
ChartElementCollection<Strip>,
IEnumerable<IStrip>,
IEnumerable
Public Class StripCollection
Inherits ChartElementCollection(Of Strip)
Implements IEnumerable(Of IStrip),
IEnumerable
The following members return StripCollection objects:
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.
Object Collection<Strip> ObservableCollection<Strip> ChartDependencyObjectCollection<Strip> ChartElementCollection<Strip> StripCollection
See Also