Skip to main content

QualitativeAxisX.Range Property

Specifies the axis range settings.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public QualitativeRange Range { get; set; }

#Property Value

Type Description
QualitativeRange

An object that stores the range settings for the qualitative X-axis.

See Also