Skip to content

ManualLayout

Source code

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,
  ...
)

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.

Value

An openpyxl Python object.

Examples

library("xlcharts")

ManualLayout()