openpyxl.chart.surface_chart module
- class openpyxl.chart.surface_chart.BandFormat(idx=0, spPr=None)[source]
Bases:
Serialisable
- graphicalProperties
Aliases can be used when either the desired attribute name is not allowed or confusing in Python (eg. “type”) or a more descriptive 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=())[source]
Bases:
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)[source]
Bases:
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)[source]
Bases:
_SurfaceChartBase
,_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’>