##// 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
percentbarchartseries.cpp
17 lines | 320 B | text/x-c | CppLexer
/ src / barchart / percentbarchartseries.cpp
sauimone
percent bar chart
r101 #include "percentbarchartseries.h"
#include <limits.h>
#include <QDebug>
#include "percentbarchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
PercentBarChartSeries::PercentBarChartSeries(QObject *parent) :
sauimone
refactored barcharts. layout to derived classess other funtionality to base class
r126 BarChartSeriesBase(parent)
sauimone
percent bar chart
r101 {
}
#include "moc_percentbarchartseries.cpp"
QTCOMMERCIALCHART_END_NAMESPACE