@@ -199,7 +199,7 QAreaSeries::~QAreaSeries() | |||
|
199 | 199 | } |
|
200 | 200 | |
|
201 | 201 | /*! |
|
202 |
Returns Q |
|
|
202 | Returns QAbstractSeries::SeriesTypeArea. | |
|
203 | 203 | */ |
|
204 | 204 | QAbstractSeries::SeriesType QAreaSeries::type() const |
|
205 | 205 | { |
@@ -75,7 +75,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
75 | 75 | |
|
76 | 76 | /*! |
|
77 | 77 | \qmlclass DateTimeAxis QDateTimeAxis |
|
78 | \brief The DateTimeAxis element is used for manipulating chart's axes | |
|
78 | \brief The DateTimeAxis element is used for manipulating chart's axes. | |
|
79 | 79 | \inherits AbstractAxis |
|
80 | 80 | |
|
81 | 81 | The labels can be configured by setting an appropriate DateTime format. |
@@ -42,7 +42,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
42 | 42 | |
|
43 | 43 | /*! |
|
44 | 44 | \qmlclass LogValueAxis QLogValueAxis |
|
45 | \brief The LogValueAxis element is used for manipulating chart's axes | |
|
45 | \brief The LogValueAxis element is used for manipulating chart's axes. | |
|
46 | 46 | \inherits AbstractAxis |
|
47 | 47 | |
|
48 | 48 | \note If a LogValueAxis is attached to a series with one or more points with |
@@ -41,7 +41,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
41 | 41 | |
|
42 | 42 | /*! |
|
43 | 43 | \qmlclass AbstractAxis QAbstractAxis |
|
44 | \brief The AbstractAxis is a base element used for specialized axis elements | |
|
44 | \brief The AbstractAxis is a base element used for specialized axis elements. | |
|
45 | 45 | |
|
46 | 46 | Each series can be bound to only one horizontal and vertical axis. |
|
47 | 47 |
@@ -31,7 +31,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
31 | 31 | |
|
32 | 32 | /*! |
|
33 | 33 | \class QHorizontalBarSeries |
|
34 | \brief Series for creating horizontal bar chart | |
|
34 | \brief Series for creating horizontal bar chart. | |
|
35 | 35 | \mainclass |
|
36 | 36 | |
|
37 | 37 | QHorizontalBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
@@ -28,7 +28,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
28 | 28 | |
|
29 | 29 | /*! |
|
30 | 30 | \class QHorizontalPercentBarSeries |
|
31 | \brief Series for creating horizontal percent bar chart | |
|
31 | \brief Series for creating horizontal percent bar chart. | |
|
32 | 32 | \mainclass |
|
33 | 33 | |
|
34 | 34 | QHorizontalPercentBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
@@ -62,7 +62,7 QHorizontalPercentBarSeries::QHorizontalPercentBarSeries(QObject *parent) : | |||
|
62 | 62 | } |
|
63 | 63 | |
|
64 | 64 | /*! |
|
65 |
Returns Q |
|
|
65 | Returns QAbstractSeries::SeriesTypeHorizontalPercentBar. | |
|
66 | 66 | */ |
|
67 | 67 | QAbstractSeries::SeriesType QHorizontalPercentBarSeries::type() const |
|
68 | 68 | { |
@@ -27,7 +27,7 | |||
|
27 | 27 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
|
28 | 28 | /*! |
|
29 | 29 | \class QHorizontalStackedBarSeries |
|
30 | \brief Series for creating horizontal stacked bar chart | |
|
30 | \brief Series for creating horizontal stacked bar chart. | |
|
31 | 31 | \mainclass |
|
32 | 32 | |
|
33 | 33 | QHorizontalStackedBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
@@ -72,7 +72,7 QHorizontalStackedBarSeries::~QHorizontalStackedBarSeries() | |||
|
72 | 72 | } |
|
73 | 73 | |
|
74 | 74 | /*! |
|
75 |
Returns Q |
|
|
75 | Returns QAbstractSeries::SeriesTypeHorizontalStackedBar. | |
|
76 | 76 | */ |
|
77 | 77 | QAbstractSeries::SeriesType QHorizontalStackedBarSeries::type() const |
|
78 | 78 | { |
@@ -36,7 +36,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
36 | 36 | |
|
37 | 37 | /*! |
|
38 | 38 | \class QAbstractBarSeries |
|
39 | \brief Series for creating a bar chart | |
|
39 | \brief Series for creating a bar chart. | |
|
40 | 40 | \mainclass |
|
41 | 41 | |
|
42 | 42 | QAbstractBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars to |
@@ -27,7 +27,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
27 | 27 | |
|
28 | 28 | /*! |
|
29 | 29 | \class QBarSet |
|
30 | \brief Building block for different bar charts | |
|
30 | \brief Building block for different bar charts. | |
|
31 | 31 | |
|
32 | 32 | QBarSet represents one set of bars. Set of bars contains one data value for each category. |
|
33 | 33 | First value of set is assumed to belong to first category, second to second category and so on. |
@@ -50,36 +50,36 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
50 | 50 | |
|
51 | 51 | /*! |
|
52 | 52 | \property QBarSet::label |
|
53 |
Defines the label of the bar |
|
|
53 | Defines the label of the bar set. | |
|
54 | 54 | */ |
|
55 | 55 | /*! |
|
56 | 56 | \qmlproperty string BarSet::label |
|
57 |
Defines the label of the bar |
|
|
57 | Defines the label of the bar set. | |
|
58 | 58 | */ |
|
59 | 59 | |
|
60 | 60 | /*! |
|
61 | 61 | \property QBarSet::pen |
|
62 |
\brief Defines the pen used by the bar |
|
|
62 | \brief Defines the pen used by the bar set. | |
|
63 | 63 | */ |
|
64 | 64 | |
|
65 | 65 | /*! |
|
66 | 66 | \property QBarSet::brush |
|
67 |
\brief Defines the brush used by the bar |
|
|
67 | \brief Defines the brush used by the bar set. | |
|
68 | 68 | */ |
|
69 | 69 | |
|
70 | 70 | /*! |
|
71 | 71 | \property QBarSet::labelBrush |
|
72 |
\brief Defines the brush used by the bar |
|
|
72 | \brief Defines the brush used by the bar set's label. | |
|
73 | 73 | */ |
|
74 | 74 | |
|
75 | 75 | /*! |
|
76 | 76 | \property QBarSet::labelFont |
|
77 |
\brief Defines the font used by the bar |
|
|
77 | \brief Defines the font used by the bar set's label. | |
|
78 | 78 | */ |
|
79 | 79 | |
|
80 | 80 | /*! |
|
81 | 81 | \qmlproperty Font BarSet::labelFont |
|
82 |
Defines the font used by the bar |
|
|
82 | Defines the font used by the bar set's label. | |
|
83 | 83 | |
|
84 | 84 | See the \l {Font} {QML Font Element} for detailed documentation. |
|
85 | 85 | */ |
@@ -119,49 +119,49 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
119 | 119 | /*! |
|
120 | 120 | \fn void QBarSet::clicked(int index) |
|
121 | 121 | |
|
122 | The signal is emitted if the user clicks with a mouse on top of barset. | |
|
122 | The signal is emitted if the user clicks with a mouse on top of bar set. | |
|
123 | 123 | Clicked bar inside set is indexed by \a index |
|
124 | 124 | */ |
|
125 | 125 | |
|
126 | 126 | /*! |
|
127 | 127 | \fn void QBarSet::hovered(bool status) |
|
128 | 128 | |
|
129 | The signal is emitted if mouse is hovered on top of barset. | |
|
130 | Parameter \a status is true, if mouse entered on top of barset, false if mouse left from top of barset. | |
|
129 | The signal is emitted if mouse is hovered on top of bar set. | |
|
130 | Parameter \a status is true, if mouse entered on top of bar set, false if mouse left from top of bar set. | |
|
131 | 131 | */ |
|
132 | 132 | |
|
133 | 133 | |
|
134 | 134 | /*! |
|
135 | 135 | \fn void QBarSet::labelChanged() |
|
136 |
This signal is emitted when the label of the bar |
|
|
136 | This signal is emitted when the label of the bar set has changed. | |
|
137 | 137 | \sa label |
|
138 | 138 | */ |
|
139 | 139 | /*! |
|
140 | 140 | \qmlsignal BarSet::onLabelChanged() |
|
141 |
This signal is emitted when the label of the bar |
|
|
141 | This signal is emitted when the label of the bar set has changed. | |
|
142 | 142 | */ |
|
143 | 143 | |
|
144 | 144 | /*! |
|
145 | 145 | \fn void QBarSet::penChanged() |
|
146 |
This signal is emitted when the pen of the bar |
|
|
146 | This signal is emitted when the pen of the bar set has changed. | |
|
147 | 147 | \sa pen |
|
148 | 148 | */ |
|
149 | 149 | |
|
150 | 150 | /*! |
|
151 | 151 | \fn void QBarSet::brushChanged() |
|
152 |
This signal is emitted when the brush of the bar |
|
|
152 | This signal is emitted when the brush of the bar set has changed. | |
|
153 | 153 | \sa brush |
|
154 | 154 | */ |
|
155 | 155 | |
|
156 | 156 | /*! |
|
157 | 157 | \fn void QBarSet::labelBrushChanged() |
|
158 |
This signal is emitted when the brush of the bar |
|
|
158 | This signal is emitted when the brush of the bar set's label has changed. | |
|
159 | 159 | \sa labelBrush |
|
160 | 160 | */ |
|
161 | 161 | |
|
162 | 162 | /*! |
|
163 | 163 | \fn void QBarSet::labelFontChanged() |
|
164 |
This signal is emitted when the font of the bar |
|
|
164 | This signal is emitted when the font of the bar set's label has changed. | |
|
165 | 165 | \sa labelBrush |
|
166 | 166 | */ |
|
167 | 167 | |
@@ -234,12 +234,12 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
234 | 234 | |
|
235 | 235 | /*! |
|
236 | 236 | \qmlproperty int BarSet::count |
|
237 | The count of values on the barset | |
|
237 | The count of values on the bar set | |
|
238 | 238 | */ |
|
239 | 239 | |
|
240 | 240 | /*! |
|
241 | 241 | \qmlproperty QVariantList BarSet::values |
|
242 | The values of the barset. You can set either a list of reals or a list of points as values. If you set a list of | |
|
242 | The values of the bar set. You can set either a list of reals or a list of points as values. If you set a list of | |
|
243 | 243 | reals as values, the values are automatically completed to points by using the index of a value as it's |
|
244 | 244 | x-coordinate. For example: |
|
245 | 245 | \code |
@@ -258,7 +258,7 QBarSet::QBarSet(const QString label, QObject *parent) | |||
|
258 | 258 | } |
|
259 | 259 | |
|
260 | 260 | /*! |
|
261 | Destroys the barset. | |
|
261 | Destroys the bar set. | |
|
262 | 262 | */ |
|
263 | 263 | QBarSet::~QBarSet() |
|
264 | 264 | { |
@@ -295,7 +295,7 void QBarSet::append(const qreal value) | |||
|
295 | 295 | |
|
296 | 296 | /*! |
|
297 | 297 | Appends a list of reals to set. Works like append with single real value. The \a values in list |
|
298 | are appended to end of barset | |
|
298 | are appended to end of bar set. | |
|
299 | 299 | \sa append() |
|
300 | 300 | */ |
|
301 | 301 | void QBarSet::append(const QList<qreal> &values) |
@@ -379,7 +379,7 int QBarSet::count() const | |||
|
379 | 379 | } |
|
380 | 380 | |
|
381 | 381 | /*! |
|
382 | Returns sum of all values in barset. | |
|
382 | Returns sum of all values in the bar set. | |
|
383 | 383 | */ |
|
384 | 384 | qreal QBarSet::sum() const |
|
385 | 385 | { |
@@ -413,7 +413,7 QPen QBarSet::pen() const | |||
|
413 | 413 | } |
|
414 | 414 | |
|
415 | 415 | /*! |
|
416 | Sets brush for the set. Bars of this set are drawn using \a brush | |
|
416 | Sets brush for the set. Bars of this set are drawn using \a brush. | |
|
417 | 417 | */ |
|
418 | 418 | void QBarSet::setBrush(const QBrush &brush) |
|
419 | 419 | { |
@@ -436,7 +436,7 QBrush QBarSet::brush() const | |||
|
436 | 436 | } |
|
437 | 437 | |
|
438 | 438 | /*! |
|
439 | Sets \a brush of the values that are drawn on top of this barset | |
|
439 | Sets \a brush of the values that are drawn on top of this bar set. | |
|
440 | 440 | */ |
|
441 | 441 | void QBarSet::setLabelBrush(const QBrush &brush) |
|
442 | 442 | { |
@@ -448,7 +448,7 void QBarSet::setLabelBrush(const QBrush &brush) | |||
|
448 | 448 | } |
|
449 | 449 | |
|
450 | 450 | /*! |
|
451 | Returns brush of the values that are drawn on top of this barset | |
|
451 | Returns brush of the values that are drawn on top of this bar set. | |
|
452 | 452 | */ |
|
453 | 453 | QBrush QBarSet::labelBrush() const |
|
454 | 454 | { |
@@ -459,7 +459,7 QBrush QBarSet::labelBrush() const | |||
|
459 | 459 | } |
|
460 | 460 | |
|
461 | 461 | /*! |
|
462 | Sets the \a font for values that are drawn on top of this barset | |
|
462 | Sets the \a font for values that are drawn on top of this bar set. | |
|
463 | 463 | */ |
|
464 | 464 | void QBarSet::setLabelFont(const QFont &font) |
|
465 | 465 | { |
@@ -472,7 +472,7 void QBarSet::setLabelFont(const QFont &font) | |||
|
472 | 472 | } |
|
473 | 473 | |
|
474 | 474 | /*! |
|
475 | Returns the pen for values that are drawn on top of this barset | |
|
475 | Returns the pen for values that are drawn on top of this bar set. | |
|
476 | 476 | */ |
|
477 | 477 | QFont QBarSet::labelFont() const |
|
478 | 478 | { |
@@ -480,7 +480,7 QFont QBarSet::labelFont() const | |||
|
480 | 480 | } |
|
481 | 481 | |
|
482 | 482 | /*! |
|
483 | Returns the color of the brush of barset. | |
|
483 | Returns the color of the brush of bar set. | |
|
484 | 484 | */ |
|
485 | 485 | QColor QBarSet::color() |
|
486 | 486 | { |
@@ -488,7 +488,7 QColor QBarSet::color() | |||
|
488 | 488 | } |
|
489 | 489 | |
|
490 | 490 | /*! |
|
491 | Sets the \a color of brush for this barset | |
|
491 | Sets the \a color of brush for this bar set. | |
|
492 | 492 | */ |
|
493 | 493 | void QBarSet::setColor(QColor color) |
|
494 | 494 | { |
@@ -508,7 +508,7 void QBarSet::setColor(QColor color) | |||
|
508 | 508 | } |
|
509 | 509 | |
|
510 | 510 | /*! |
|
511 | Returns the color of pen of this barset | |
|
511 | Returns the color of pen of this bar set. | |
|
512 | 512 | */ |
|
513 | 513 | QColor QBarSet::borderColor() |
|
514 | 514 | { |
@@ -516,7 +516,7 QColor QBarSet::borderColor() | |||
|
516 | 516 | } |
|
517 | 517 | |
|
518 | 518 | /*! |
|
519 | Sets the color of pen for this barset | |
|
519 | Sets the color of pen for this bar set. | |
|
520 | 520 | */ |
|
521 | 521 | void QBarSet::setBorderColor(QColor color) |
|
522 | 522 | { |
@@ -529,7 +529,7 void QBarSet::setBorderColor(QColor color) | |||
|
529 | 529 | } |
|
530 | 530 | |
|
531 | 531 | /*! |
|
532 | Returns the color of labels of this barset | |
|
532 | Returns the color of labels of this bar set. | |
|
533 | 533 | */ |
|
534 | 534 | QColor QBarSet::labelColor() |
|
535 | 535 | { |
@@ -537,7 +537,7 QColor QBarSet::labelColor() | |||
|
537 | 537 | } |
|
538 | 538 | |
|
539 | 539 | /*! |
|
540 | Sets the color of labels for this barset | |
|
540 | Sets the color of labels for this bar set. | |
|
541 | 541 | */ |
|
542 | 542 | void QBarSet::setLabelColor(QColor color) |
|
543 | 543 | { |
@@ -24,7 +24,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
24 | 24 | |
|
25 | 25 | /*! |
|
26 | 26 | \class QHBarModelMapper |
|
27 | \brief Horizontal model mapper for bar series | |
|
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. |
@@ -81,7 +81,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
81 | 81 | |
|
82 | 82 | /*! |
|
83 | 83 | \property QHBarModelMapper::firstBarSetRow |
|
84 | \brief Defines which column of the model is used as the data source for the first bar set | |
|
84 | \brief Defines which column of the model is used as the data source for the first bar set. | |
|
85 | ||
|
85 | 86 | Default value is: -1 (invalid mapping) |
|
86 | 87 | */ |
|
87 | 88 | /*! |
@@ -92,7 +93,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
92 | 93 | |
|
93 | 94 | /*! |
|
94 | 95 | \property QHBarModelMapper::lastBarSetRow |
|
95 | \brief Defines which column of the model is used as the data source for the last bar set | |
|
96 | \brief Defines which column of the model is used as the data source for the last bar set. | |
|
97 | ||
|
96 | 98 | Default value is: -1 (invalid mapping) |
|
97 | 99 | */ |
|
98 | 100 | /*! |
@@ -104,6 +106,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
104 | 106 | /*! |
|
105 | 107 | \property QHBarModelMapper::firstColumn |
|
106 | 108 | \brief Defines which column of the model contains the first values of the QBarSets in the series. |
|
109 | ||
|
107 | 110 | Minimal and default value is: 0 |
|
108 | 111 | */ |
|
109 | 112 | /*! |
@@ -114,7 +117,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
114 | 117 | |
|
115 | 118 | /*! |
|
116 | 119 | \property QHBarModelMapper::columnCount |
|
117 | \brief Defines the number of columns of the model that are mapped as the data for QAbstractBarSeries | |
|
120 | \brief Defines the number of columns of the model that are mapped as the data for QAbstractBarSeries. | |
|
121 | ||
|
118 | 122 | Minimal and default value is: -1 (count limited by the number of columns in the model) |
|
119 | 123 | */ |
|
120 | 124 | /*! |
@@ -24,7 +24,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
24 | 24 | |
|
25 | 25 | /*! |
|
26 | 26 | \class QVBarModelMapper |
|
27 | \brief Vertical model mapper for bar series | |
|
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. |
@@ -82,7 +82,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
82 | 82 | |
|
83 | 83 | /*! |
|
84 | 84 | \property QVBarModelMapper::firstBarSetColumn |
|
85 | \brief Defines which column of the model is used as the data source for the first bar set | |
|
85 | \brief Defines which column of the model is used as the data source for the first bar set. | |
|
86 | ||
|
86 | 87 | Default value is: -1 (invalid mapping) |
|
87 | 88 | */ |
|
88 | 89 | /*! |
@@ -93,7 +94,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
93 | 94 | |
|
94 | 95 | /*! |
|
95 | 96 | \property QVBarModelMapper::lastBarSetColumn |
|
96 | \brief Defines which column of the model is used as the data source for the last bar set | |
|
97 | \brief Defines which column of the model is used as the data source for the last bar set. | |
|
98 | ||
|
97 | 99 | Default value is: -1 (invalid mapping) |
|
98 | 100 | */ |
|
99 | 101 | /*! |
@@ -105,6 +107,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
105 | 107 | /*! |
|
106 | 108 | \property QVBarModelMapper::firstRow |
|
107 | 109 | \brief Defines which row of the model contains the first values of the QBarSets in the series. |
|
110 | ||
|
108 | 111 | Minimal and default value is: 0 |
|
109 | 112 | */ |
|
110 | 113 | /*! |
@@ -115,7 +118,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
115 | 118 | |
|
116 | 119 | /*! |
|
117 | 120 | \property QVBarModelMapper::rowCount |
|
118 | \brief Defines the number of rows of the model that are mapped as the data for QAbstractBarSeries | |
|
121 | \brief Defines the number of rows of the model that are mapped as the data for QAbstractBarSeries. | |
|
122 | ||
|
119 | 123 | Minimal and default value is: -1 (count limited by the number of rows in the model) |
|
120 | 124 | */ |
|
121 | 125 | /*! |
@@ -30,7 +30,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
30 | 30 | |
|
31 | 31 | /*! |
|
32 | 32 | \class QBarSeries |
|
33 | \brief Series for creating bar chart | |
|
33 | \brief Series for creating bar chart. | |
|
34 | 34 | \mainclass |
|
35 | 35 | |
|
36 | 36 | QBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
@@ -65,7 +65,7 QBarSeries::QBarSeries(QObject *parent) | |||
|
65 | 65 | } |
|
66 | 66 | |
|
67 | 67 | /*! |
|
68 |
Returns Q |
|
|
68 | Returns QAbstractSeries::SeriesTypeBar. | |
|
69 | 69 | */ |
|
70 | 70 | QAbstractSeries::SeriesType QBarSeries::type() const |
|
71 | 71 | { |
@@ -29,7 +29,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
29 | 29 | |
|
30 | 30 | /*! |
|
31 | 31 | \class QPercentBarSeries |
|
32 | \brief Series for creating percent bar chart | |
|
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 |
@@ -73,7 +73,7 QPercentBarSeries::~QPercentBarSeries() | |||
|
73 | 73 | } |
|
74 | 74 | |
|
75 | 75 | /*! |
|
76 |
Returns Q |
|
|
76 | Returns QAbstractSeries::SeriesTypePercentBar. | |
|
77 | 77 | */ |
|
78 | 78 | QAbstractSeries::SeriesType QPercentBarSeries::type() const |
|
79 | 79 | { |
@@ -29,7 +29,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
29 | 29 | |
|
30 | 30 | /*! |
|
31 | 31 | \class QStackedBarSeries |
|
32 | \brief Series for creating stacked bar chart | |
|
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 |
@@ -73,7 +73,7 QStackedBarSeries::~QStackedBarSeries() | |||
|
73 | 73 | d->m_chart->removeSeries(this); |
|
74 | 74 | } |
|
75 | 75 | /*! |
|
76 |
Returns Q |
|
|
76 | Returns QAbstractSeries::SeriesTypeStackedBar. | |
|
77 | 77 | */ |
|
78 | 78 | QAbstractSeries::SeriesType QStackedBarSeries::type() const |
|
79 | 79 | { |
@@ -27,7 +27,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
27 | 27 | |
|
28 | 28 | /*! |
|
29 | 29 | \class QAreaLegendMarker |
|
30 | \brief QAreaLegendMarker object | |
|
30 | \brief QAreaLegendMarker object. | |
|
31 | 31 | \mainclass |
|
32 | 32 | |
|
33 | 33 | QAreaLegendMarker is related to QAreaSeries. One QAreaSeries results in one marker. |
@@ -27,7 +27,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
27 | 27 | |
|
28 | 28 | /*! |
|
29 | 29 | \class QBarLegendMarker |
|
30 | \brief QBarLegendMarker object | |
|
30 | \brief QBarLegendMarker object. | |
|
31 | 31 | \mainclass |
|
32 | 32 | |
|
33 | 33 | QBarLegendMarker is related to QAbstractBarSeries derived classes. With bar series, each marker is related to one QBarSet. |
@@ -38,7 +38,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
38 | 38 | |
|
39 | 39 | /*! |
|
40 | 40 | \class QLegend |
|
41 | \brief Legend object | |
|
41 | \brief Legend object. | |
|
42 | 42 | \mainclass |
|
43 | 43 | |
|
44 | 44 | QLegend is a graphical object for displaying the legend of the chart. Legend state is updated by QChart, when |
@@ -32,7 +32,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
32 | 32 | |
|
33 | 33 | /*! |
|
34 | 34 | \class QLegendMarker |
|
35 | \brief LegendMarker object | |
|
35 | \brief LegendMarker object. | |
|
36 | 36 | \mainclass |
|
37 | 37 | |
|
38 | 38 | QLegendMarker is abstract object that can be used to access markers inside QLegend. Legend marker consists of two |
@@ -27,7 +27,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
27 | 27 | |
|
28 | 28 | /*! |
|
29 | 29 | \class QPieLegendMarker |
|
30 | \brief LegendMarker object | |
|
30 | \brief LegendMarker object. | |
|
31 | 31 | \mainclass |
|
32 | 32 | |
|
33 | 33 | QPieLegendMarker is related to QPieSeries. With QPieSeries, each slice of pie is related to one marker in QLegend. |
@@ -27,7 +27,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
27 | 27 | |
|
28 | 28 | /*! |
|
29 | 29 | \class QXYLegendMarker |
|
30 | \brief QXYLegendMarker object | |
|
30 | \brief QXYLegendMarker object. | |
|
31 | 31 | \mainclass |
|
32 | 32 | |
|
33 | 33 | QXYLegendMarker is related to QXYSeries derived classes. Each marker is related to one series. |
@@ -79,7 +79,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
79 | 79 | |
|
80 | 80 | /*! |
|
81 | 81 | \property QHPieModelMapper::valuesRow |
|
82 | \brief Defines which row of the model is kept in sync with the values of the pie's slices | |
|
82 | \brief Defines which row of the model is kept in sync with the values of the pie's slices. | |
|
83 | ||
|
83 | 84 | Default value is: -1 (invalid mapping) |
|
84 | 85 | */ |
|
85 | 86 | /*! |
@@ -90,7 +91,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
90 | 91 | |
|
91 | 92 | /*! |
|
92 | 93 | \property QHPieModelMapper::labelsRow |
|
93 | \brief Defines which row of the model is kept in sync with the labels of the pie's slices | |
|
94 | \brief Defines which row of the model is kept in sync with the labels of the pie's slices. | |
|
95 | ||
|
94 | 96 | Default value is: -1 (invalid mapping) |
|
95 | 97 | */ |
|
96 | 98 | /*! |
@@ -102,6 +104,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
102 | 104 | /*! |
|
103 | 105 | \property QHPieModelMapper::firstColumn |
|
104 | 106 | \brief Defines which column of the model contains the first slice value. |
|
107 | ||
|
105 | 108 | Minimal and default value is: 0 |
|
106 | 109 | */ |
|
107 | 110 | /*! |
@@ -112,7 +115,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
112 | 115 | |
|
113 | 116 | /*! |
|
114 | 117 | \property QHPieModelMapper::columnCount |
|
115 | \brief Defines the number of columns of the model that are mapped as the data for QPieSeries | |
|
118 | \brief Defines the number of columns of the model that are mapped as the data for QPieSeries. | |
|
119 | ||
|
116 | 120 | Minimal and default value is: -1 (count limited by the number of columns in the model) |
|
117 | 121 | */ |
|
118 | 122 | /*! |
@@ -35,7 +35,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
35 | 35 | |
|
36 | 36 | /*! |
|
37 | 37 | \class QPieSeries |
|
38 | \brief Pie series API for QtCommercial Charts | |
|
38 | \brief Pie series API for QtCommercial Charts. | |
|
39 | 39 | |
|
40 | 40 | The pie series defines a pie chart which consists of pie slices which are defined as QPieSlice objects. |
|
41 | 41 | The slices can have any values as the QPieSeries will calculate its relative value to the sum of all slices. |
@@ -366,7 +366,7 QPieSeries::~QPieSeries() | |||
|
366 | 366 | } |
|
367 | 367 | |
|
368 | 368 | /*! |
|
369 |
Returns Q |
|
|
369 | Returns QAbstractSeries::SeriesTypePie. | |
|
370 | 370 | */ |
|
371 | 371 | QAbstractSeries::SeriesType QPieSeries::type() const |
|
372 | 372 | { |
@@ -78,7 +78,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
78 | 78 | |
|
79 | 79 | /*! |
|
80 | 80 | \property QVPieModelMapper::valuesColumn |
|
81 | \brief Defines which column of the model is kept in sync with the values of the pie's slices | |
|
81 | \brief Defines which column of the model is kept in sync with the values of the pie's slices. | |
|
82 | ||
|
82 | 83 | Default value is: -1 (invalid mapping) |
|
83 | 84 | */ |
|
84 | 85 | /*! |
@@ -89,7 +90,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
89 | 90 | |
|
90 | 91 | /*! |
|
91 | 92 | \property QVPieModelMapper::labelsColumn |
|
92 | \brief Defines which column of the model is kept in sync with the labels of the pie's slices | |
|
93 | \brief Defines which column of the model is kept in sync with the labels of the pie's slices. | |
|
94 | ||
|
93 | 95 | Default value is: -1 (invalid mapping) |
|
94 | 96 | */ |
|
95 | 97 | /*! |
@@ -101,6 +103,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
101 | 103 | /*! |
|
102 | 104 | \property QVPieModelMapper::firstRow |
|
103 | 105 | \brief Defines which row of the model contains the first slice value. |
|
106 | ||
|
104 | 107 | Minimal and default value is: 0 |
|
105 | 108 | */ |
|
106 | 109 | /*! |
@@ -111,7 +114,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
111 | 114 | |
|
112 | 115 | /*! |
|
113 | 116 | \property QVPieModelMapper::rowCount |
|
114 | \brief Defines the number of rows of the model that are mapped as the data for QPieSeries | |
|
117 | \brief Defines the number of rows of the model that are mapped as the data for QPieSeries. | |
|
118 | ||
|
115 | 119 | Minimal and default value is: -1 (count limited by the number of rows in the model) |
|
116 | 120 | */ |
|
117 | 121 | /*! |
@@ -112,6 +112,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
112 | 112 | /*! |
|
113 | 113 | \property QAbstractSeries::opacity |
|
114 | 114 | \brief The opacity of the series. |
|
115 | ||
|
115 | 116 | By default the opacity is 1.0. The valid values range from 0.0 (transparent) to 1.0 (opaque). |
|
116 | 117 | */ |
|
117 | 118 | /*! |
@@ -199,7 +200,7 QChart *QAbstractSeries::chart() const | |||
|
199 | 200 | } |
|
200 | 201 | |
|
201 | 202 | /*! |
|
202 | \brief Sets the visibility of the series to true | |
|
203 | \brief Sets the visibility of the series to true. | |
|
203 | 204 | |
|
204 | 205 | \sa setVisible(), isVisible() |
|
205 | 206 | */ |
@@ -209,7 +210,7 void QAbstractSeries::show() | |||
|
209 | 210 | } |
|
210 | 211 | |
|
211 | 212 | /*! |
|
212 | \brief Sets the visibility of the series to false | |
|
213 | \brief Sets the visibility of the series to false. | |
|
213 | 214 | |
|
214 | 215 | \sa setVisible(), isVisible() |
|
215 | 216 | */ |
@@ -124,8 +124,8 | |||
|
124 | 124 | */ |
|
125 | 125 | |
|
126 | 126 | /*! |
|
127 |
\fn Q |
|
|
128 |
Returns Q |
|
|
127 | \fn QAbstractSeries::SeriesType QScatterSeries::type() const | |
|
128 | Returns QAbstractSeries::SeriesTypeScatter. | |
|
129 | 129 | \sa QAbstractSeries, SeriesType |
|
130 | 130 | */ |
|
131 | 131 |
@@ -42,6 +42,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
42 | 42 | /*! |
|
43 | 43 | \property QHXYModelMapper::series |
|
44 | 44 | \brief Defines the QXYSeries object that is used by the mapper. |
|
45 | ||
|
45 | 46 | All the data in the series is discarded when it is set to the mapper. |
|
46 | 47 | When new series is specified the old series is disconnected (it preserves its data) |
|
47 | 48 | */ |
@@ -64,7 +65,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
64 | 65 | |
|
65 | 66 | /*! |
|
66 | 67 | \property QHXYModelMapper::xRow |
|
67 | \brief Defines which row of the model is kept in sync with the x values of the QXYSeries | |
|
68 | \brief Defines which row of the model is kept in sync with the x values of the QXYSeries. | |
|
69 | ||
|
68 | 70 | Default value is: -1 (invalid mapping) |
|
69 | 71 | */ |
|
70 | 72 | /*! |
@@ -75,7 +77,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
75 | 77 | |
|
76 | 78 | /*! |
|
77 | 79 | \property QHXYModelMapper::yRow |
|
78 | \brief Defines which row of the model is kept in sync with the y values of the QXYSeries | |
|
80 | \brief Defines which row of the model is kept in sync with the y values of the QXYSeries. | |
|
81 | ||
|
79 | 82 | Default value is: -1 (invalid mapping) |
|
80 | 83 | */ |
|
81 | 84 | /*! |
@@ -87,6 +90,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
87 | 90 | /*! |
|
88 | 91 | \property QHXYModelMapper::firstColumn |
|
89 | 92 | \brief Defines which column of the model contains the data for the first point of the series. |
|
93 | ||
|
90 | 94 | Minimal and default value is: 0 |
|
91 | 95 | */ |
|
92 | 96 | /*! |
@@ -97,7 +101,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
97 | 101 | |
|
98 | 102 | /*! |
|
99 | 103 | \property QHXYModelMapper::columnCount |
|
100 | \brief Defines the number of columns of the model that are mapped as the data for series | |
|
104 | \brief Defines the number of columns of the model that are mapped as the data for series. | |
|
105 | ||
|
101 | 106 | Minimal and default value is: -1 (count limited by the number of columns in the model) |
|
102 | 107 | */ |
|
103 | 108 | /*! |
@@ -42,6 +42,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
42 | 42 | /*! |
|
43 | 43 | \property QVXYModelMapper::series |
|
44 | 44 | \brief Defines the QXYSeries object that is used by the mapper. |
|
45 | ||
|
45 | 46 | All the data in the series is discarded when it is set to the mapper. |
|
46 | 47 | When new series is specified the old series is disconnected (it preserves its data) |
|
47 | 48 | */ |
@@ -64,7 +65,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
64 | 65 | |
|
65 | 66 | /*! |
|
66 | 67 | \property QVXYModelMapper::xColumn |
|
67 | \brief Defines which column of the model is kept in sync with the x values of QXYSeries | |
|
68 | \brief Defines which column of the model is kept in sync with the x values of QXYSeries. | |
|
69 | ||
|
68 | 70 | Default value is: -1 (invalid mapping) |
|
69 | 71 | */ |
|
70 | 72 | /*! |
@@ -75,7 +77,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
75 | 77 | |
|
76 | 78 | /*! |
|
77 | 79 | \property QVXYModelMapper::yColumn |
|
78 | \brief Defines which column of the model is kept in sync with the y values of QXYSeries | |
|
80 | \brief Defines which column of the model is kept in sync with the y values of QXYSeries. | |
|
81 | ||
|
79 | 82 | Default value is: -1 (invalid mapping) |
|
80 | 83 | */ |
|
81 | 84 | /*! |
@@ -87,6 +90,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
87 | 90 | /*! |
|
88 | 91 | \property QVXYModelMapper::firstRow |
|
89 | 92 | \brief Defines which row of the model contains the data for the first point of the series. |
|
93 | ||
|
90 | 94 | Minimal and default value is: 0 |
|
91 | 95 | */ |
|
92 | 96 | /*! |
@@ -97,7 +101,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
97 | 101 | |
|
98 | 102 | /*! |
|
99 | 103 | \property QVXYModelMapper::rowCount |
|
100 | \brief Defines the number of rows of the model that are mapped as the data for series | |
|
104 | \brief Defines the number of rows of the model that are mapped as the data for series. | |
|
105 | ||
|
101 | 106 | Minimal and default value is: -1 (count limited by the number of rows in the model) |
|
102 | 107 | */ |
|
103 | 108 | /*! |
General Comments 0
You need to be logged in to leave comments.
Login now