DateTimeRange.VisualMax Property
Gets or sets the end 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
public DateTime VisualMax { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DateTime | 0001-01-01T00:00:00.0000000 | The end string value of the on-screen range. |
See Also