BubbleChart {xlcharts}R Documentation

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

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

## Not run: 
BubbleChart()

## End(Not run)


[Package xlcharts version 0.0.2 Index]