##// END OF EJS Templates
Integrated scatter series...
Integrated scatter series Also implemented optional drawing algorithm of series that uses only paint method of QGraphicsItems.

File last commit:

r38:67e4c740a645
r38:67e4c740a645
Show More
qchartdata.h
10 lines | 115 B | text/x-c | CLexer
#ifndef QCHARTDATA_H
#define QCHARTDATA_H
class QChartData
{
public:
QChartData();
};
#endif // QCHARTDATA_H