NumericAxisX.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
public NumericStripCollection Strips { get; }
Property Value
Type | Description |
---|---|
NumericStripCollection | An object that stores strips of the axis. |
See Also