DateTimeAxisX.Strips Property
In This Article
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 |
---|---|
Date |
An object that stores strips of the axis. |
See Also