openpyxl.chart.surface_chart module¶
- class openpyxl.chart.surface_chart.BandFormat(idx=0, spPr=None)[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- graphicalProperties¶
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptve name is desired (eg. “underline” for “u”)
- idx¶
Values must be of type <class ‘int’>
- spPr¶
Values must be of type <class ‘openpyxl.chart.shapes.GraphicalProperties’>
- tagname = 'bandFmt'¶
- class openpyxl.chart.surface_chart.BandFormatList(bandFmt=())[源代码]¶
基类:
openpyxl.descriptors.serialisable.Serialisable
- bandFmt¶
A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'bandFmts'¶
- class openpyxl.chart.surface_chart.SurfaceChart(**kw)[源代码]¶
基类:
openpyxl.chart.surface_chart.SurfaceChart3D
- bandFmts¶
Values must be of type <class ‘openpyxl.chart.surface_chart.BandFormatList’>
- extLst¶
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- ser¶
A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'surfaceChart'¶
- wireframe¶
Values must be of type <class ‘bool’>
- class openpyxl.chart.surface_chart.SurfaceChart3D(**kw)[源代码]¶
基类:
openpyxl.chart.surface_chart._SurfaceChartBase
,openpyxl.chart._3d._3DBase
- bandFmts¶
Values must be of type <class ‘openpyxl.chart.surface_chart.BandFormatList’>
- extLst¶
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- ser¶
A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'surface3DChart'¶
- wireframe¶
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’>