"baseGradient"
This attribute defines the gradient of the first series when colorStyle is not
"ColorStyleUniform".
Synopsis
shape.baseGradient(string gradient);
Parameter
Parameter | Description |
---|---|
Gradient | Bar gradient |
Description
This attribute defines the gradient of the first series when colorStyle is not "ColorStyleUniform" (refer to "setSeriesColorStyle" for further information).
Example
main()
{
BarChart3D_ewo1.baseGradient("[gradient,[linear,pad,0.0,0.0,1.0,1.0,0.0,{50,50,50}, 1.0,{10,200,200}]]");
}
Assignment
BarChart3D-EWO