ChartDirector 7.0 (Python Edition)

PolarLayer.setImageMapWidth


Usage

setImageMapWidth(width)

Description

Sets the effective size of a data point for producing image maps.

For the purpose of producing image maps for the data points, the sizes of the data points are assumed to be the size of the data symbols. If no data symbol is used, an effective size is assumed. The default is 10 pixels in width and height.

Arguments

ArgumentDefaultDescription
width(Mandatory)The effective width and height of the data point for the purpose of producing image maps.

Return Value

None