NumericAxisX.Range Property
Specifies the axis range settings.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public NumericRange Range { get; set; }
Property Value
Type | Description |
---|---|
NumericRange | An object that stores the range settings for the numeric X-axis. |
See Also