Chart.ToolTipDataFormat

Syntax

ToolTipDataFormat: String;

Description

The ToolTipDataFormat property determines tooltip data format.

Comments

The property value is set in the Chart constructor or using the setToolTipDataFormat method and is returned using the getToolTipDataFormat method.

The default value is 0.00.

Example

The property value is given in the example for Chart.ToolTipDelay.

See also:

Chart