Excel2016Charttype module

class Excel2016Charttype.Excel2016Charttype(value)

Bases: Enum

Represents the chart types introduced in Excel 2016.

This enumeration defines the various chart types that were added in Excel 2016, including specialized visualization types such as funnel charts, box and whisker plots, waterfall charts, and treemaps.

funnel

A funnel chart that shows values across multiple stages in a process.

boxWhisker

A box and whisker plot that shows distribution of data sets.

clusteredColumn

A clustered column chart that compares values across categories.

paretoLine

A Pareto chart that combines columns and a line to show cumulative total.

sunburst

A sunburst chart that shows hierarchical data as concentric rings.

treemap

A treemap chart that shows hierarchical data as nested rectangles.

waterfall

A waterfall chart that shows how an initial value is affected by positive and negative values.

boxWhisker = 76
clusteredColumn = 77
funnel = 74
paretoLine = 78
sunburst = 80
treemap = 79
waterfall = 75