QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

Legend information not displayed on charts

Open kathcool opened this issue 10 years ago • 2 comments

Legend information not displayed on any of the chart types except 3D Line chart.

kathcool avatar Dec 15 '14 18:12 kathcool

Yes, QtXlsx only has wery basic support for charts at present. You can take a look at the source code of xlsxchart.h/xlsxchart.cpp/xlsxchart_p.h to figure out how to add such features.

In long run, I will split this library to three or more parts, such as opc part, chart part, xlsx part, then we can even add docx part and pptx part which depends on opc and chart.

dbzhang800 avatar Dec 18 '14 01:12 dbzhang800

please how could i add a feature witch allow me to control the axes position in the chart ?

abdelboukoutaya avatar Jan 08 '16 16:01 abdelboukoutaya