##// END OF EJS Templates
Renamed the "factor" stuff from pie series API.
Renamed the "factor" stuff from pie series API.

File last commit:

r486:7ab45bf9f776
r498:597882065a5e
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
Added bar chart example
r78 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}