StripCollection Class
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
public class StripCollection :
ChartElementCollection<Strip>,
IEnumerable<IStrip>,
IEnumerable
Related API Members
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.
Inheritance
See Also