Skip to main content

Axis2D.Strips Property

Provides access to the collection of axis strips.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, 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 an axis' collection of strips, each represented by a Strip object.

See Also