##// END OF EJS Templates
Documentation for bar charts
Documentation for bar charts

File last commit:

r196:36c146599567
r313:625c56c7d323
Show More
scatterelement.cpp
12 lines | 206 B | text/x-c | CppLexer
#include "scatterelement.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
ScatterElement::ScatterElement(QObject *parent) :
QObject(parent)
{
}
#include "moc_scatterelement.cpp"
QTCOMMERCIALCHART_END_NAMESPACE