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

DXTooltipHintBehavior Class

The Chart hint behavior specifies if a Tooltip should be available as an interactive hint.

Declaration

@interface DXTooltipHintBehavior: DXHintBehavior

Remarks

The following image shows a tooltip:

Sample

Inheritance

NSObject
DXHintBehavior
DXTooltipHintBehavior

Properties

showPointTooltip Property

A class instance provides visual series point information that contains a series index to which the point belongs and an array of data point indices that form a visual point. The array usually contains only one data point index but if an X-axis aggregates data, the array stores more than one index. Gets or sets a value indicating whether a tooltip should be shown for a series point.

Declaration

@property (readwrite) BOOL showPointTooltip

Property Value

Type Description
BOOL

YES if a tooltip should be shown for a series point; otherwise NO.

showSeriesTooltip Property

Gets or sets a value indicating whether a tooltip should be shown for a series.

Declaration

@property (readwrite) BOOL showSeriesTooltip

Property Value

Type Description
BOOL

YES if a tooltip should be shown for a series; otherwise NO.