When you add a chart to your worksheet using the Add method,
you must specify a chart type by name (e.g. saxlsCylinderChart) or number. You may also specify a
subtype; if you do not, ExcelWriter will use the default subtype. ExcelWriter currently supports
fifteen major Excel chart types and over seventy subtypes. The type and subtype codes are listed below.
Note: ExcelWriter is not a charting engine and cannot be used to produce static
gif or jpeg representations of charts for inclusion in an HTML page. |
What Chart Types are Available in ExcelWriterSE and ExcelWriterLE?
The chart types available in ExcelWriterSE and ExcelWriterLE are
bar,
column, and
pie.
(ExcelWriter Enterprise Edition offers all chart types listed below.)
|
|