openpyxl.chart.line_chart module
- class openpyxl.chart.line_chart.LineChart(hiLowLines=None, upDownBars=None, marker=None, smooth=None, extLst=None, **kw)[source]
Bases:
_LineChartBase
- dLbls
Values must be of type <class ‘openpyxl.chart.label.DataLabelList’>
- dropLines
Values must be of type <class ‘openpyxl.chart.axis.ChartLines’>
- extLst
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- grouping
Value must be one of {‘standard’, ‘stacked’, ‘percentStacked’}
- hiLowLines
Values must be of type <class ‘openpyxl.chart.axis.ChartLines’>
- marker
Values must be of type <class ‘bool’>
- ser
A sequence (list or tuple) that may only contain objects of the declared type
- smooth
Values must be of type <class ‘bool’>
- tagname = 'lineChart'
- upDownBars
Values must be of type <class ‘openpyxl.chart.updown_bars.UpDownBars’>
- varyColors
Values must be of type <class ‘bool’>
- x_axis
Values must be of type <class ‘openpyxl.chart.axis._BaseAxis’>
- y_axis
Values must be of type <class ‘openpyxl.chart.axis.NumericAxis’>
- class openpyxl.chart.line_chart.LineChart3D(gapDepth=None, hiLowLines=None, upDownBars=None, marker=None, smooth=None, **kw)[source]
Bases:
_LineChartBase
- dLbls
Values must be of type <class ‘openpyxl.chart.label.DataLabelList’>
- dropLines
Values must be of type <class ‘openpyxl.chart.axis.ChartLines’>
- extLst
Values must be of type <class ‘openpyxl.descriptors.excel.ExtensionList’>
- gapDepth
Values must be of type <class ‘float’>
- grouping
Value must be one of {‘standard’, ‘stacked’, ‘percentStacked’}
- hiLowLines
Values must be of type <class ‘openpyxl.chart.axis.ChartLines’>
- marker
Values must be of type <class ‘bool’>
- ser
A sequence (list or tuple) that may only contain objects of the declared type
- smooth
Values must be of type <class ‘bool’>
- tagname = 'line3DChart'
- upDownBars
Values must be of type <class ‘openpyxl.chart.updown_bars.UpDownBars’>
- varyColors
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’>