Skip to main content
A newer version of this page is available. .

StripCollection Class

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

Namespace: DevExpress.Xpf.Charts

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

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