QualitativeRange.VisualMin Property
Gets or sets the start value of the axis range displayed on the screen. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
public string VisualMin { get; set; }
Property Value
Type | Description |
---|---|
String | The start string value of the on-screen range. |
See Also