NumericAxisX.Range Property
In This Article
Specifies the axis range settings.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.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