ChartDirector 7.1 (.NET Edition)

DrawArea.setBgColor


Usage

[C#]public void setBgColor(int c);
[VB]Public Sub setBgColor(c As Integer)

Description

Sets the background color of the image.

Arguments

ArgumentDefaultDescription
c(Mandatory)The background color of the image.

Return Value

None