##// END OF EJS Templates
drawing fix for bar chart
drawing fix for bar chart

File last commit:

r72:14333c8ba84b
r83:1b872afb5c9f
Show More
qchartaxis.h
11 lines | 148 B | text/x-c | CLexer
#ifndef QCHARTAXIS_H_
#define QCHARTAXIS_H_
class QChartAxis
{
public:
QChartAxis();
virtual ~QChartAxis();
};
#endif /* QCHARTAXIS_H_ */