Skip to main content
A newer version of this page is available.

DXAxisNavigationMode Enum

Lists values that specify navigation actions available for an axis.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public enum DXAxisNavigationMode : long

Members

Name Description
None

User cannot change an axis range.

Scrolling

Users can scroll through the axis.

ScrollingAndZooming

Users can scroll and zoom through the axis.

Related API Members

The following properties accept/return DXAxisNavigationMode values:

Remarks

This enumeration contains the following values:

Value

Example

Description

None

User cannot change an axis range.

Scrolling

Users can scroll through the axis.

ScrollingAndZooming

Users can scroll and zoom through the axis.

See Also