StripCollection Class
In This Article
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Related API Members
The following members return StripCollection objects:
#Remarks
Each axis (in particular, an axis of the AxisX or AxisY type) can hold a collection of strips, returned by the AxisBase.Strips property and represented by the StripCollection class. Each collection item is represented by a Strip object.
For more information, refer to Strip.
#Inheritance
Object
Collection<Object>
See Also