AxisBase.Strips Property
In This Article
Provides access to the collection of axis strips. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public StripCollection Strips { get; }
#Property Value
Type | Description |
---|---|
Strip |
A Strip |
#Remarks
The Strips property provides access to an axis’ collection of strips, each represented by a Strip object.
For more information, refer to Strip.
See Also