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