##// END OF EJS Templates
added labels to series, intergrated with test app. minor hack to test app
added labels to series, intergrated with test app. minor hack to test app

File last commit:

r126:2dc5911e790e
r167:023d2c8150a8
Show More
barchartseries.cpp
13 lines | 235 B | text/x-c | CppLexer
/ src / barchart / barchartseries.cpp
sauimone
Improved bar chart series
r71 #include <QDebug>
sauimone
Integrating bar chart. Cleaned up old implementation. TODO: show this in test application. how?
r56 #include "barchartseries.h"
sauimone
refactored barcharts. layout to derived classess other funtionality to base class
r126
sauimone
Integrating bar chart. Cleaned up old implementation. TODO: show this in test application. how?
r56 QTCOMMERCIALCHART_BEGIN_NAMESPACE
sauimone
Refactored series creation.
r62 BarChartSeries::BarChartSeries(QObject *parent)
sauimone
refactored barcharts. layout to derived classess other funtionality to base class
r126 : BarChartSeriesBase(parent)
sauimone
Improved bar chart series
r71 {
}
#include "moc_barchartseries.cpp"
sauimone
Integrating bar chart. Cleaned up old implementation. TODO: show this in test application. how?
r56 QTCOMMERCIALCHART_END_NAMESPACE