DateTimeRange.VisualMax Property
In This Article
Gets or sets the end 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 VisualMax { get; set; }
#Property Value
Type | Description |
---|---|
Date |
The end string value of the on-screen range. |
See Also