FlipVertical Method

Microsoft Office Web Components Visual Basic

Flips all of the series in the specified chart vertically.

expression.FlipVertical

expression    An expression that returns a ChPlotArea object.

Example

This example flips all of the series in the specified chart vertically.

ChartSpace1.Charts(0).PlotArea.FlipVertical