ChartDirector 7.0 (PHP Edition)

FinanceChart.setPlotAreaStyle


Usage

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

Description

Sets the plot area background and grid colors. The default is a white background with light grey (DDDDDD) 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