diff --git a/doc/src/classes.qdoc b/doc/src/classes.qdoc index b008d1d..e7f9d21 100644 --- a/doc/src/classes.qdoc +++ b/doc/src/classes.qdoc @@ -8,18 +8,18 @@ The API supports following chart types: \list - \o area \o line - \o grouped bar - \o percent bar - \o pie + \o area \o scatter \o spline + \o pie + \o grouped bar + \o percent bar \o stacked bar \endlist - Each chart type is represented by QSeries derived class. To create given chart type users have to use instace of releted sereis class and add it to QChart/QChartView instance. + Each chart type is represented by QAbstractSeries derived class. To create given chart type users have to use instace of releted sereis class and add it to QChart/QChartView instance. \code QLineSeries* series = new QLineSeries(); series->add(0, 6); @@ -30,26 +30,17 @@ \raw HTML - - - - - - - - - + + + + + - + - + +
- Common - - XY type - - Pie type - - Bar type - - Other files -
-
    +
+ Common and global + + XY chart +
+ - -
    +
+
+ - -
    +
+
+ + + + + + - + - - + + +
+ Pie chart + + Bar chart +
+ - -
    +
+
+ - - -
- \endraw */