ChartDirector Ver 3.0 (Perl Edition)

BaseChart.setTransparentColor


Usage

setTransparentColor(c)

Description

Specify a certain color to represent the transparent color when writing the chart to an image file.

The method is the same as DrawArea.setTransparentColor. Please refer to DrawArea.setTransparentColor for detail description.

Arguments

ArgumentDefaultDescription
c(Mandatory)The color that is designated as the transparent color.

Return Value

None