"setSeriesRotationAngle"

Rotates the bar of the given series on its own axis.

Synopsis

shape.setSeriesRotationAngle(int series, float degree);

Parameter

Parameter Description
series Series index
degree Bar rotation angle in degree

Description

Rotates the bar of the given series on its own axis.

Example

main()
{
  BarChart3D_ewo1.setSeriesRotationAngle(1, 45);
}

Assignment

BarChart3D-EWO