##// END OF EJS Templates
Adds axis scoped pointers (to be checked on windows)
Adds axis scoped pointers (to be checked on windows)

File last commit:

r732:4aded284df80
r788:bfedfc6138fd
Show More
declarativescatterseries.h
20 lines | 421 B | text/x-c | CLexer
/ qmlplugin / declarativescatterseries.h
#ifndef DECLARATIVESCATTERSERIES_H
#define DECLARATIVESCATTERSERIES_H
#include "qchartglobal.h"
#include "declarativexyseries.h"
#include <QDeclarativeItem>
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class DeclarativeScatterSeries : public DeclarativeXySeries
{
Q_OBJECT
public:
explicit DeclarativeScatterSeries(QDeclarativeItem *parent = 0);
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif // DECLARATIVESCATTERSERIES_H