Skip to content

Legend

Source code

Description

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

Usage

Legend(
  legendPos = "r",
  legendEntry = list(),
  layout = NULL,
  overlay = NULL,
  spPr = NULL,
  txPr = NULL,
  extLst = NULL,
  ...
)

Arguments

legendPos legendPos
legendEntry legendEntry
layout layout
overlay overlay
spPr spPr
txPr txPr
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

Legend()