IChartSerie.ImageMap

Syntax

ImageMap(Width: Integer; Height: Integer; Params: String): String;

Parameters

Width. Width of the area in which a tooltip can be displayed. The value is set in pixels.

Height. Height of the area in which a tooltip can be displayed. The value is set in pixels

Params. Using this parameter the user can determine text of the tooltip, which is displayed for the series in HTML format.

Description

The ImageMap property returns hypertext string used to form an HTML file.

Comments

This string contains advanced parameters of the series:  tooltip text and the area in which this tooltip can be displayed.

Example

The property use is given in the example for IChartCircleExInfo.ImageMap.

See also:

IChartSerie