@@ -29,7 +29,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
29 | 29 | |
|
30 | 30 | /*! |
|
31 | 31 | \class QBarModelMapper |
|
32 | \brief part of QtCommercial chart API. | |
|
32 | \brief Model mapper for bar series | |
|
33 | 33 | \mainclass |
|
34 | 34 | |
|
35 | 35 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
@@ -32,7 +32,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
32 | 32 | |
|
33 | 33 | /*! |
|
34 | 34 | \class QBarSeries |
|
35 | \brief part of QtCommercial chart API. | |
|
35 | \brief Series for creating a bar chart | |
|
36 | 36 | \mainclass |
|
37 | 37 | |
|
38 | 38 | QBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars to |
@@ -25,7 +25,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
25 | 25 | |
|
26 | 26 | /*! |
|
27 | 27 | \class QBarSet |
|
28 | \brief part of QtCommercial chart API. | |
|
28 | \brief Building block for different bar charts | |
|
29 | 29 | |
|
30 | 30 | QBarSet represents one set of bars. Set of bars contains one data value for each category. |
|
31 | 31 | First value of set is assumed to belong to first category, second to second category and so on. |
@@ -29,7 +29,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
29 | 29 | |
|
30 | 30 | /*! |
|
31 | 31 | \class QGroupedBarSeries |
|
32 | \brief part of QtCommercial chart API. | |
|
32 | \brief Series for creating grouped bar chart | |
|
33 | 33 | \mainclass |
|
34 | 34 | |
|
35 | 35 | QGroupedBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
@@ -24,7 +24,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
24 | 24 | |
|
25 | 25 | /*! |
|
26 | 26 | \class QHBarModelMapper |
|
27 | \brief part of QtCommercial chart API. | |
|
27 | \brief Horizontal model mapper for bar series | |
|
28 | 28 | \mainclass |
|
29 | 29 | |
|
30 | 30 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
@@ -29,7 +29,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
29 | 29 | |
|
30 | 30 | /*! |
|
31 | 31 | \class QPercentBarSeries |
|
32 | \brief part of QtCommercial chart API. | |
|
32 | \brief Series for creating percent bar chart | |
|
33 | 33 | \mainclass |
|
34 | 34 | |
|
35 | 35 | QPercentBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
@@ -29,7 +29,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
29 | 29 | |
|
30 | 30 | /*! |
|
31 | 31 | \class QStackedBarSeries |
|
32 | \brief part of QtCommercial chart API. | |
|
32 | \brief Series for creating stacked bar chart | |
|
33 | 33 | \mainclass |
|
34 | 34 | |
|
35 | 35 | QStackedBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
@@ -24,7 +24,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
24 | 24 | |
|
25 | 25 | /*! |
|
26 | 26 | \class QVBarModelMapper |
|
27 | \brief part of QtCommercial chart API. | |
|
27 | \brief Vertical model mapper for bar series | |
|
28 | 28 | \mainclass |
|
29 | 29 | |
|
30 | 30 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
General Comments 0
You need to be logged in to leave comments.
Login now