Back to Devexpress

AxisNavigationMode Enum

maui-devexpress-dot-maui-dot-charts-b037e3e5.md

latest1.2 KB
Original Source

AxisNavigationMode Enum

Lists values that specify whether a user can scroll and zoom the chart along the axis.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public enum AxisNavigationMode

Members

NameDescription
None

Users cannot scroll and zoom the chart along the axis.

| | Scrolling |

Users can scroll the chart along the axis.

| | ScrollingAndZooming |

Users can scroll and zoom the chart along the axis.

|

The following properties accept/return AxisNavigationMode values:

Extension Methods

Yield<AxisNavigationMode>()

YieldIfNotNull<AxisNavigationMode>()

See Also

DevExpress.Maui.Charts Namespace