openpyxl.chart.scatter_chart module

class openpyxl.chart.scatter_chart.ScatterChart(scatterStyle=None, varyColors=None, ser=(), dLbls=None, extLst=None, **kw)[source]

Bases: ChartBase

dLbls

Values must be of type <class ‘openpyxl.chart.label.DataLabelList’>

dataLabels

Values must be of type <class ‘openpyxl.chart.label.DataLabelList’>

extLst

Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>

scatterStyle

Value must be one of {‘line’, ‘lineMarker’, ‘smooth’, ‘smoothMarker’, ‘marker’}

ser

A sequence (list or tuple) that may only contain objects of the declared type

tagname = 'scatterChart'
varyColors

Values must be of type <class ‘bool’>

x_axis

Values must be of type (<class ‘openpyxl.chart.axis.NumericAxis’>, <class ‘openpyxl.chart.axis.TextAxis’>)

y_axis

Values must be of type <class ‘openpyxl.chart.axis.NumericAxis’>