Back to Devexpress

QualitativeRange.Max Property

maui-devexpress-dot-maui-dot-charts-dot-qualitativerange-046830b0.md

latest871 B
Original Source

QualitativeRange.Max Property

Gets or sets the end value of the axis scale. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public string Max { get; set; }

Property Value

TypeDescription
String

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

|

See Also

QualitativeRange Class

QualitativeRange Members

DevExpress.Maui.Charts Namespace