##// 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
#include "percentbarchartseries.h"
#include <limits.h>
#include <QDebug>
#include "percentbarchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
PercentBarChartSeries::PercentBarChartSeries(QObject *parent) :
BarChartSeriesBase(parent)
{
}
#include "moc_percentbarchartseries.cpp"
QTCOMMERCIALCHART_END_NAMESPACE