Axis2D.Strips Property
In This Article
Gets an object that represents the collection of axis strips.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public StripCollection Strips { get; }
#Property Value
Type | Description |
---|---|
Strip |
A Strip |
#Remarks
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