Skip to main content

QualitativeAxisX.Strips Property

Gets the collection of strips that the axis contains.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public QualitativeStripCollection Strips { get; }

#Property Value

Type Description
QualitativeStripCollection

An object that stores strips of the axis.

See Also