RotateCounterClockwise Method

Microsoft Office Web Components Object Model

RotateCounterClockwise Method

       

Rotates all series in the specified chart counterclockwise in 90-degree increments.

expression.RotateCounterClockwise

expression   An expression that returns a ChPlotArea object.

Example

This example rotates all series in the specified chart counterclockwise 90 degrees.

ChartSpace1.Charts(0).PlotArea.RotateCounterClockwise