ChartDirector 7.1 (C++ Edition)

LineLayer.setImageMapWidth


Usage

void setImageMapWidth(int width);

Description

Sets the effective width of the line used for producing image maps.

For thin lines, it is hard to click on the lines. So for the purpose of producing image maps for a line chart, ChartDirector can assume the line is very thick. The default is 10 pixels.

Arguments

ArgumentDefaultDescription
width(Mandatory)The effective width of the line used for producing image maps.

Return Value

None