Title {xlcharts}R Documentation

Title

Description

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

Usage

Title(
  tx = NULL,
  layout = NULL,
  overlay = NULL,
  spPr = NULL,
  txPr = NULL,
  extLst = NULL,
  ...
)

Arguments

tx

tx

layout

layout

overlay

overlay

spPr

spPr

txPr

txPr

extLst

extLst

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
Title()

## End(Not run)


[Package xlcharts version 0.0.2 Index]