"baseColor"
This attribute defines the color of the first series when colorStyle is "ColorStyleUniform".
Synopsis
shape.baseColor(string color);
Parameter
Parameter | Description |
---|---|
color | Bar color |
Description
This attribute defines the color of the first series when colorStyle is "ColorStyleUniform" (refer to "setSeriesColorStyle" for further information).
Example
main()
{
BarChart3D_ewo1.setSeriesColorStyle(0, "ColorStyleUniform");
BarChart3D_ewo1.baseColor("red");
}
Assignment
BarChart3D-EWO