Learn R Programming

xlcharts (version 0.0.1)

Scaling: Scaling

Description

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

Usage

Scaling(
  logBase = NULL,
  orientation = "minMax",
  max = NULL,
  min = NULL,
  extLst = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

logBase

logBase

orientation

orientation

max

max

min

min

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab