Back to Devexpress

Axis2D.Strips Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-cd9ea8d9.md

latest2.0 KB
Original Source

Axis2D.Strips Property

Gets an object that represents the collection of axis strips.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public StripCollection Strips { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Strips As StripCollection

Property Value

TypeDescription
StripCollection

A StripCollection object which represents the collection of axis strips.

|

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

Strips

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace