A widget that demonstrates various aspects of the charting lib.
More...
#include <ChartsExample.h>
A widget that demonstrates various aspects of the charting lib.
Definition at line 69 of file ChartsExample.h.
§ ChartsExample()
ChartsExample::ChartsExample |
( |
| ) |
|
Constructor.
Definition at line 103 of file ChartsExample.C.
106 this->addWidget(cpp14::make_unique<WText>(WString::tr(
"introduction")));
108 this->addWidget(cpp14::make_unique<CategoryExample>());
109 this->addWidget(cpp14::make_unique<TimeSeriesExample>());
110 this->addWidget(cpp14::make_unique<ScatterPlotExample>());
111 this->addWidget(cpp14::make_unique<PieExample>());
The documentation for this class was generated from the following files: