"selectBar"
Selects the given bar.
Synopsis
shape.selectBar(int series, int row, int column);
Parameter
Parameter | Description |
---|---|
series | Series index |
row | Row index |
column | Column index |
Description
Selects the given bar.
Example
main()
{
BarChart3D_ewo1.selectBar(1,1,2);
}
Assignment
BarChart3D-EWO