##// END OF EJS Templates
proof of concept implementation for barset and barcategory
proof of concept implementation for barset and barcategory

File last commit:

r169:1723c50daa1e
r169:1723c50daa1e
Show More
stackedbarchartseries.cpp
15 lines | 318 B | text/x-c | CppLexer
/ src / barchart / stackedbarchartseries.cpp
#include <limits.h>
#include <QDebug>
#include "stackedbarchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
StackedBarChartSeries::StackedBarChartSeries(QBarCategory &category, QObject *parent) :
BarChartSeriesBase(category, parent)
{
}
#include "moc_stackedbarchartseries.cpp"
QTCOMMERCIALCHART_END_NAMESPACE