Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

StripCollection Class

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public class StripCollection :
    ChartElementCollection<Strip>,
    IEnumerable<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.

See Also