Skip to main content

DateTimeRange.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

public DateTime Max { get; set; }

Property Value

Type Default Description
DateTime 0001-01-01T00:00:00.0000000

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

See Also