NumericAxisX.Strips Property
In This Article
Gets the collection of strips that the axis contains. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public NumericStripCollection Strips { get; }
#Property Value
Type | Description |
---|---|
Numeric |
An object that stores strips of the axis. |
See Also