Learn R Programming

xlcharts (version 0.0.1)

BubbleChart: BubbleChart

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

Value

An openpyxl Python object.

Arguments

varyColors

varyColors

ser

ser

dLbls

dLbls

bubble3D

bubble3D

bubbleScale

bubbleScale

showNegBubbles

showNegBubbles

sizeRepresents

sizeRepresents

extLst

extLst

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab