NumericAxisX.Range Property
In This Article
Gets or sets the axis range settings. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public NumericRange Range { get; set; }
#Property Value
Type | Description |
---|---|
Numeric |
An object that stores the range settings for the numeric X-axis. |
See Also