DateRange.Max Property
Gets or sets the maximum 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
public DateTime Max { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The maximum value of the axis scale. |
See Also