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: 26 January 2021 10:16 -05:00 UTC    Deephaven v.1.20200331  (See other versions)

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