ChartDirector 7.1 (C++ Edition)
CChartViewer.
Usage
Description
Attribute | Description |
---|---|
coords | This attribute defines the position and shape of the hot spot. |
href | The URL specified in this attribute will become the attributes of the hot spot. The path portion of the URL will become the path attribute, and the attributes/values of the query parameters will become the attributes/values of the hot spot. If the path attribute is not empty and does not start with the '~', the mouse cursor will change to the hand cursor when it is over the hot spot. |
title | The title attribute defines the tool tip to display when the mouse moves over and stops on the hot spot. CChartViewer supports both standard tooltips and CDML tooltips. Please refer to CChartViewer.setCDMLToolTipPrefix for more details. |
Arguments
Argument | Default | Description |
---|---|---|
imageMap | (Mandatory) | The image map that defines the hot spots. |
Return Value