|
GobChartsWidget
1.0
|
Abstract base class from which all chart type (view) classes must inherit. More...
Classes | |
| class | GobChartsBarView |
| Responsible for drawing BAR charts. More... | |
| class | GobChartsLineView |
| Responsible for drawing LINE charts. More... | |
| class | GobChartsPieView |
| Responsible for drawing PIE charts. More... | |
Abstract base class from which all chart type (view) classes must inherit.
Each view class represents a specific chart type (with the exception of GobChartsView, the abstract base class from which all these views derive).
The three supported chart types and their corresponding view classes are:
1.8.2