##// END OF EJS Templates
Adds axis show/hide to API
Adds axis show/hide to API

File last commit:

r530:d482058261e4
r534:12fb9883c24c
Show More
chartanimation_p.h
19 lines | 332 B | text/x-c | CLexer
#ifndef CHARTANIMATION_H_
#define CHARTANIMATION_H_
#include "qchartglobal.h"
#include <QVariantAnimation>
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class ChartAnimation: public QVariantAnimation
{
public:
ChartAnimation(QObject* parent=0):QVariantAnimation(parent){};
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif /* AXISITEM_H_ */