DateRange.VisualMax Property
In This Article
Gets or sets the maximum value of the axis range displayed on the screen. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public DateTime VisualMax { get; set; }
#Property Value
Type | Description |
---|---|
Date |
The maximum value of the axis range displayed on the screen. |
See Also