openpyxl.chart.marker模块

class openpyxl.chart.marker.DataPoint(idx=None, invertIfNegative=None, marker=None, bubble3D=None, explosion=None, spPr=None, pictureOptions=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

bubble3D

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

explosion

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

extLst

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

graphicalProperties

在python中不允许或混淆所需的属性名(例如“type”)或需要更具描述性的名称(例如“u”的“underline”)时,可以使用别名。

idx

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

invertIfNegative

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

marker

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

pictureOptions

值的类型必须小于class“openpyxl.chart.picture.pictureOptions”>

spPr

值的类型必须小于class“openpyxl.chart.shapes.graphicalproperties”>

tagname = 'dPt'
class openpyxl.chart.marker.Marker(symbol=None, size=None, spPr=None, extLst=None)[源代码]

基类:openpyxl.descriptors.serialisable.Serialisable

extLst

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

graphicalProperties

在python中不允许或混淆所需的属性名(例如“type”)或需要更具描述性的名称(例如“u”的“underline”)时,可以使用别名。

size

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

spPr

值的类型必须小于class“openpyxl.chart.shapes.graphicalproperties”>

symbol

Value must be one of {'dash', 'triangle', 'x', 'diamond', 'auto', 'plus', 'star', 'picture', 'circle', 'dot', 'square'}

tagname = 'marker'