corelibraries-devexpress-dot-xtracharts-dot-axis2d-cd9ea8d9.md
Gets an object that represents the collection of axis strips.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public StripCollection Strips { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Strips As StripCollection
| Type | Description |
|---|---|
| StripCollection |
A StripCollection object which represents the collection of axis strips.
|
The Strips property provides access to the axis’ collection of strips. The collection’s properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Each item of the collection is represented by a Strip object. Individual strips can be accessed using either indexer notation, or by their names using the specific methods of the collection.
For more information, refer to Strips.
See Also