Skip to contents

Holds series and XY data points. Use add_series() to add a series, then call add_data_point() on each returned series object.

Super class

rpptx::BaseChartData -> XyChartData

Methods

Inherited methods


Method add_series()

Usage

XyChartData$add_series(
  name,
  x_values = NULL,
  y_values = NULL,
  number_format = NULL
)


Method .workbook_writer()

Usage

XyChartData$.workbook_writer()


Method clone()

The objects of this class are cloneable with this method.

Usage

XyChartData$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.