BubbleChart: BubbleChart

View source: R/BubbleChart.R

BubbleChartR 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)


xlcharts documentation built on May 29, 2024, 7:58 a.m.