Skip to main content
A newer version of this page is available. .

Axis2D.Strips Property

Gets an object that represents the collection of axis strips.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public StripCollection Strips { get; }

Property Value

Type Description
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