openpyxl.chart.radar_chart module
- class openpyxl.chart.radar_chart.RadarChart(radarStyle='standard', 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’>
- radarStyle
Value must be one of {‘marker’, ‘standard’, ‘filled’}
- ser
A sequence (list or tuple) that may only contain objects of the declared type
- tagname = 'radarChart'
- type
Value must be one of {‘marker’, ‘standard’, ‘filled’}
- 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’>