DXHintShowMode Enum
Lists end-user actions on which the Pie Chart control displays a hint.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public enum DXHintShowMode : long
Members
Name | Description |
---|---|
Default
|
The default action that invokes a hint (OnTap for Pie Chart, OnLongPress for Chart). |
OnTap
|
The Pie Chart displays a hint when an end user taps on the screen. |
OnLongPress
|
The Pie Chart displays a hint on a long press gesture. |
Related API Members
The following properties accept/return DXHintShowMode values:
See Also