StripCollection Class
In This Article
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.
#Inheritance
See Also