"setSeriesBaseGradient"
Defines the gradient for the bars of the given series.
Synopsis
shape.setSeriesBaseGradient(int series, string gradient);
Parameter
Parameter | Description |
---|---|
series | Series index |
gradient | Please refer to Fill pattern string for further information regarding the gradient definition. |
Description
Defines the gradient for the bars of the given series.
Example
main()
{
BarChart3D_ewo1.setSeriesBaseGradient(1,"[gradient,[linear,pad,0.0,0.0,1.0,1.0,0.0,{0,0,0},1.0,{255,255,255}]]");
}
Assignment
BarChart3D-EWO