ChartDirector 5.1 (.NET Edition)

DrawArea.setBgColor


Usage

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

Description

Sets the background color of the image.

Arguments

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

Return Value

None