Skip to main content
A newer version of this page is available. .

DateTimeRange.Min Property

Gets or sets the start value of the axis scale.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public DateTime Min { get; set; }

Property Value

Type Description
DateTime

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

See Also