Axis2D.Strips Property
Provides access to the collection of axis strips. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
StripCollection | A StripCollection object which represents the collection of axis strips. |
Remarks
The Strips property provides access to an axis‘ collection of strips, each represented by a Strip object.
For more information, refer to Strips.
See Also