Axis2D.Strips Property
In This Article
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 |
---|---|
Strip |
A Strip |
#Remarks
The Strips property provides access to an axis' collection of strips, each represented by a Strip object.
See Also