##// END OF EJS Templates
model delegate for bar series. updated examples
model delegate for bar series. updated examples

File last commit:

r126:2dc5911e790e
r161:cc2daab2560d
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