Skip to content

BubbleChart

Source code

Description

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

Usage

BubbleChart(
  varyColors = NULL,
  ser = list(),
  dLbls = NULL,
  bubble3D = NULL,
  bubbleScale = NULL,
  showNegBubbles = NULL,
  sizeRepresents = NULL,
  extLst = NULL,
  ...
)

Arguments

varyColors varyColors
ser ser
dLbls dLbls
bubble3D bubble3D
bubbleScale bubbleScale
showNegBubbles showNegBubbles
sizeRepresents sizeRepresents
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

BubbleChart()