Skip to main content

DateTimeAxisX.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 DateTimeStripCollection Strips { get; }

#Property Value

Type Description
DateTimeStripCollection

An object that stores strips of the axis.

See Also