"isSeriesVisible"
Checks whether the given series is currently visible or not.
Synopsis
bool shape.columnName(int series);
Parameter
Parameter | Description |
---|---|
series | Series index |
Return Value
bool (Series is visible(1) or invisible (0))
Description
Checks whether the given series is currently visible or not.
Assignment
BarChart3D-EWO