Plot Orientation

The plotOrientation method enables you to transpose the X and Y axes for the chart object.

The default orientation of a chart is vertical – meaning the Y axis of the chart is displayed vertically. The syntax used to transpose the chart axes is shown below. The string used as the argument can be any subset of the beginning of the words "horizontal" or "vertical."

Syntax

plotOrientation(String)

or

plotOrientation(PlotOrientation)

Examples

plotOrientation("H")
plotOrientation("HoRiz")
plotOrientation("horizontal")

or

plotOrientation(PlotOrientation.VERTICAL)


Last Updated: 16 February 2021 18:07 -04:00 UTC    Deephaven v.1.20200928  (See other versions)

Deephaven Documentation     Copyright 2016-2020  Deephaven Data Labs, LLC     All Rights Reserved