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

DXPieHint Class

The Pie Chart’s interactive hint settings storage.

Declaration

@interface DXPieHint: DXChartElement

Remarks

The following image shows the hint.

Sample

Inheritance

NSObject

Properties

enabled Property

Gets or sets a value indicating whether the interactive hint is enabled.

Declaration

@property (readwrite) BOOL enabled

Property Value

Type Description
BOOL

YES if a hint is enabled; otherwise NO.

showMode Property

Gets or sets a value specifying which action displays an interactive hint.

Declaration

@property (readwrite) DXHintShowMode showMode

Property Value

Type Description
DXHintShowMode

The DXHintShowMode enumeration value that specifies which action displays an interactive hint.

style Property

Gets or sets a Pie Chart’s hint appearance settings.

Declaration

@property (readwrite, nullable) DXPieHintStyle *style

Property Value

Type Description
DXPieHintStyle *

The DXPieHintStyle object that contains settings required to configure the Pie chart’s hint appearance.