ChartDirector 7.0 (ASP/COM/VB Edition)

PlotArea.setAltBgColor


Usage

setAltBgColor(horizontal, color1, color2 [, edgeColor ])

Description

Sets alternating plot area background color.

This method can be used to specify two colors that will be used alternatively to draw horizontal or vertical bands on the plot area background, using major grid lines as boundaries for the bands.

Arguments

ArgumentDefaultDescription
horizontal(Mandatory)true (non-zero) means to use horizontal bands. false (zero) means to use vertical bands.
color1(Mandatory)The first color to be used as the alternating background color.
color2(Mandatory)The second color to be used as the alternating background color.
edgeColor-1The border color of the plot area. -1 means to use the default, which is LineColor. However, if the axes are configured in 4 quadrant mode (see XYChart.setAxisAtOrigin), the default will change to Transparent.

Return Value

None