DateRange.Min Property
In This Article
Gets or sets the minimum 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
C#
public DateTime Min { get; set; }
#Property Value
Type | Description |
---|---|
Date |
The minimum value of the axis scale. |
See Also