"getSeriesCount"

Returns the number of series of the EWO.

Synopsis

shape.getSeriesCount();

Parameter

Parameter Description
- -

Return Value

Int (number of series)

Description

Returns the number of series of the EWO.

Example

main()
{
  DebugN(BarChart3D_ewo1.getSeriesCount());
}

Assignment

BarChart3D-EWO