##// END OF EJS Templates
Small description update
Small description update

File last commit:

r282:2a015f15bbd4
r328:8194a15014e5
Show More
qpercentbarchartseries.h
20 lines | 465 B | text/x-c | CLexer
/ src / barchart / qpercentbarchartseries.h
#ifndef PERCENTBARCHARTSERIES_H
#define PERCENTBARCHARTSERIES_H
#include "qbarchartseries.h"
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class QTCOMMERCIALCHART_EXPORT QPercentBarChartSeries : public QBarChartSeries
{
Q_OBJECT
public:
QPercentBarChartSeries(QBarCategory *category, QObject* parent=0);
virtual QChartSeriesType type() const { return QChartSeries::SeriesTypePercentBar; }
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif // PERCENTBARCHARTSERIES_H