StripCollection Class
In This Article
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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
See Also