Skip to main content

StripCollection Class

Stores strips of a particular axis.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public class StripCollection :
    ChartElementCollection<Strip>,
    IEnumerable<IStrip>,
    IEnumerable

#Returned By

The Axis2D.Strips property returns an instance of StripCollection.

#Remarks

The StripCollection class represents a collection of Strip objects, and is returned by the Axis2D.Strips property of an axis.

See Also