##// END OF EJS Templates
Add dialog of chartwidgettest now remembers selections
Add dialog of chartwidgettest now remembers selections

File last commit:

r360:6630f89603b4
r376:173abb78cc61
Show More
qpercentbarseries.h
20 lines | 420 B | text/x-c | CLexer
#ifndef PERCENTBARSERIES_H
#define PERCENTBARSERIES_H
#include "qbarseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class QTCOMMERCIALCHART_EXPORT QPercentBarSeries : public QBarSeries
{
Q_OBJECT
public:
QPercentBarSeries(QBarCategory *category, QObject* parent=0);
virtual QSeriesType type() const { return QSeries::SeriesTypePercentBar; }
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif // PERCENTBARSERIES_H