Skip to main content

QualitativeRange.Max Property

Gets or sets the end value of the axis scale.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public string Max { get; set; }

#Property Value

Type Description
String

The end string value to display on the axis. The chart does not visualize data out of the [Min, Max] range.

See Also