openpyxl.chart.areau图表模块

class openpyxl.chart.area_chart.AreaChart(axId=None, extLst=None, **kw)[源代码]

基类:openpyxl.chart.area_chart._AreaChartBase

dLbls

值的类型必须为<class'openpyxl.chart.label.datalabellist'>

dropLines

值的类型必须小于class“openpyxl.chart.axis.chartlines”>

extLst

值的类型必须为<class'openpyxl.descriptors.excel.extensionList'>

grouping

Value must be one of {'standard', 'stacked', 'percentStacked'}

ser

只能包含声明类型的对象的序列(列表或元组)

tagname = 'areaChart'
varyColors

值的类型必须小于class'bool'>

x_axis

值的类型必须小于class“openpyxl.chart.axis.textfaxis”>

y_axis

值的类型必须小于class“openpyxl.chart.axis.numericaxis”>

class openpyxl.chart.area_chart.AreaChart3D(gapDepth=None, **kw)[源代码]

基类:openpyxl.chart.area_chart.AreaChart

dLbls

值的类型必须为<class'openpyxl.chart.label.datalabellist'>

dropLines

值的类型必须小于class“openpyxl.chart.axis.chartlines”>

gapDepth

值的类型必须小于class“float”>

grouping

Value must be one of {'standard', 'stacked', 'percentStacked'}

ser

只能包含声明类型的对象的序列(列表或元组)

tagname = 'area3DChart'
varyColors

值的类型必须小于class'bool'>

x_axis

值的类型必须小于class“openpyxl.chart.axis.textfaxis”>

y_axis

值的类型必须小于class“openpyxl.chart.axis.numericaxis”>

z_axis

值的类型必须小于class“openpyxl.chart.axis.seriesaxis”>