openpyxl.chart.area_chart module
- class openpyxl.chart.area_chart.AreaChart(axId=None, extLst=None, **kw)[source]
 Bases:
_AreaChartBase- dLbls
 Values must be of type <class ‘openpyxl.chart.label.DataLabelList’>
- dropLines
 Values must be of type <class ‘openpyxl.chart.axis.ChartLines’>
- extLst
 Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- grouping
 Value must be one of {‘stacked’, ‘percentStacked’, ‘standard’}
- ser
 A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'areaChart'
 
- varyColors
 Values must be of type <class ‘bool’>
- x_axis
 Values must be of type <class ‘openpyxl.chart.axis.TextAxis’>
- y_axis
 Values must be of type <class ‘openpyxl.chart.axis.NumericAxis’>
- class openpyxl.chart.area_chart.AreaChart3D(gapDepth=None, **kw)[source]
 Bases:
AreaChart- dLbls
 Values must be of type <class ‘openpyxl.chart.label.DataLabelList’>
- dropLines
 Values must be of type <class ‘openpyxl.chart.axis.ChartLines’>
- gapDepth
 Values must be of type <class ‘float’>
- grouping
 Value must be one of {‘stacked’, ‘percentStacked’, ‘standard’}
- ser
 A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'area3DChart'
 
- varyColors
 Values must be of type <class ‘bool’>
- x_axis
 Values must be of type <class ‘openpyxl.chart.axis.TextAxis’>
- y_axis
 Values must be of type <class ‘openpyxl.chart.axis.NumericAxis’>
- z_axis
 Values must be of type <class ‘openpyxl.chart.axis.SeriesAxis’>