fastpyxl.chart.area_chart module
-
class fastpyxl.chart.area_chart.AreaChart(axId=None, extLst=None, **kw)[source]
Bases: _AreaChartBase
-
property dataLabels
-
extLst: ExtensionList | None
-
property series
-
tagname = 'areaChart'
-
xml_order = ('grouping', 'varyColors', 'ser', 'dLbls', 'dropLines', 'axId')
-
class fastpyxl.chart.area_chart.AreaChart3D(gapDepth=None, **kw)[source]
Bases: _AreaChartBase
-
property dataLabels
-
property series
-
tagname = 'area3DChart'
-
xml_order = ('grouping', 'varyColors', 'ser', 'dLbls', 'dropLines', 'gapDepth', 'axId')