Module xlsxwriter::chart

source ·
Expand description

Manipulate Charts.

Structs

  • The Chart object represents an Excel chart. It provides functions for adding data series to the chart and for configuring the chart.
  • Struct to represent a chart fill.
  • Struct to represent a chart line.
  • Struct to represent a chart pattern.
  • Struct to represent an Excel chart data series. This struct is created using the chart.add_series function. It is used in functions that modify a chart series but the members of the struct aren’t modified directly.

Enums