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'
¶
bandFmt
¶
A sequence (list or tuple) that may only contain objects of the declared type
tagname
= 'bandFmts'
¶
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’>
openpyxl.chart.surface_chart.
SurfaceChart3D
(
**kw
)
[source]
¶
Bases:
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’>