Skip to main content

DateTimeRange.VisualMin Property

Gets or sets the start value of the axis range displayed on the screen.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public DateTime VisualMin { get; set; }

#Property Value

Type Description
DateTime

The start string value of the on-screen range.

See Also