openpyxl.chart.stock_chart.
StockChart
(
ser=()
,
dLbls=None
,
dropLines=None
,
hiLowLines=None
,
upDownBars=None
,
extLst=None
,
**kw
)
[source]
¶
Bases:
openpyxl.chart._chart.ChartBase
dLbls
¶
Values must be of type <class ‘openpyxl.chart.label.DataLabelList’>
dataLabels
¶
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”)
dropLines
¶
Values must be of type <class ‘openpyxl.chart.axis.ChartLines’>
extLst
¶
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
hiLowLines
¶
Values must be of type <class ‘openpyxl.chart.axis.ChartLines’>
ser
¶
A sequence (list or tuple) that may only contain objects of the declared type
tagname
= 'stockChart'
¶
upDownBars
¶
Values must be of type <class ‘openpyxl.chart.updown_bars.UpDownBars’>
x_axis
¶
Values must be of type <class ‘openpyxl.chart.axis.TextAxis’>
y_axis
¶
Values must be of type <class ‘openpyxl.chart.axis.NumericAxis’>