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

AxisBase.Strips Property

Provides access to the collection of axis strips. This is a dependency property.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

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 an axis’ collection of strips, each represented by a Strip object.

For more information, refer to Strip.

See Also