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

DXPieHint.ShowMode Property

Gets or sets the end-user action that invokes a hint.

Namespace: DevExpress.Xamarin.iOS.Charts

Assembly: DevExpress.Xamarin.iOS.Charts.dll

Declaration

public virtual DXHintShowMode ShowMode { get; set; }

Property Value

Type Description
DXHintShowMode

The value that indicates end-user action that invokes a hint.

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.

Remarks

The Pie Chart control supports the following end-user actions:

Action

Description

Default

The default action that invokes a hint (OnTap for Pie 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