ChartDirector Ver 4.1 (ColdFusion Edition)

FinanceChart.setPlotAreaStyle


Usage

setPlotAreaStyle(bgColor, majorHGridColor, majorVGridColor, minorHGridColor, minorVGridColor)

Description

Sets the plot area style. The default is to use very pale yellow FFFFF0 as background, and light grey DDDDDD for the grid lines.

Arguments

ArgumentDefaultDescription
bgColor(Mandatory)The plot area background color.
majorHGridColor(Mandatory)Major horizontal grid color.
majorVGridColor(Mandatory)Major vertical grid color.
minorHGridColor(Mandatory)Minor horizontal grid color. In current version, minor horizontal grid is not used.
minorVGridColor(Mandatory)Minor vertical grid color.

Return Value

None