##// 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
stackedbarchartseries.cpp
15 lines | 284 B | text/x-c | CppLexer
/ src / barchart / stackedbarchartseries.cpp
sauimone
added missing example files :)
r96 #include <limits.h>
sauimone
Some fixes to bar charts. Now bars draw almost correctly
r97 #include <QDebug>
sauimone
added missing example files :)
r96 #include "stackedbarchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
StackedBarChartSeries::StackedBarChartSeries(QObject *parent) :
sauimone
refactored barcharts. layout to derived classess other funtionality to base class
r126 BarChartSeriesBase(parent)
sauimone
added missing example files :)
r96 {
}
#include "moc_stackedbarchartseries.cpp"
QTCOMMERCIALCHART_END_NAMESPACE