Back to Devexpress

AxisNavigationMode Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-1fed2cf0.md

latest1.1 KB
Original Source

AxisNavigationMode Enum

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

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.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:

See Also

DevExpress.XamarinForms.Charts Namespace