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

DXHint.ShowMode Property

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public virtual DXHintShowMode ShowMode { get; set; }

Property Value

Type
DXHintShowMode

Available values:

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.

See Also