Back to Devexpress

QualitativeRange.Min Property

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

latest875 B
Original Source

QualitativeRange.Min Property

Gets or sets the start 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 Min { get; set; }

Property Value

TypeDescription
String

The start 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