Learn R Programming

xlcharts (version 0.0.1)

ManualLayout: ManualLayout

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.layout.html

Usage

ManualLayout(
  layoutTarget = NULL,
  xMode = NULL,
  yMode = NULL,
  wMode = "factor",
  hMode = "factor",
  x = NULL,
  y = NULL,
  w = NULL,
  h = NULL,
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

layoutTarget

layoutTarget

xMode

xMode

yMode

yMode

wMode

wMode

hMode

hMode

x

x

y

y

w

w

h

h

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
ManualLayout()
}

Run the code above in your browser using DataLab