##// END OF EJS Templates
qml documentation for horizontal barcharts
sauimone -
r1901:af3b9ac225d6
parent child
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -71,6 +71,9
71 <li><a href="qml-barseries.html">BarSeries</a></li>
71 <li><a href="qml-barseries.html">BarSeries</a></li>
72 <li><a href="qml-stackedbarseries.html">StackedBarSeries</a></li>
72 <li><a href="qml-stackedbarseries.html">StackedBarSeries</a></li>
73 <li><a href="qml-percentbarseries.html">PercentBarSeries</a></li>
73 <li><a href="qml-percentbarseries.html">PercentBarSeries</a></li>
74 <li><a href="qml-horizontalbarseries.html">HorizontalBarSeries</a></li>
75 <li><a href="qml-horizontalstackedbarseries.html">HorizontalStackedBarSeries</a></li>
76 <li><a href="qml-horizontalpercentbarseries.html">HorizontalPercentBarSeries</a></li>
74 <li><a href="qml-barset.html">BarSet</a></li>
77 <li><a href="qml-barset.html">BarSet</a></li>
75 <li><a href="qml-hbarmodelmapper.html">HBarModelMapper</a></li>
78 <li><a href="qml-hbarmodelmapper.html">HBarModelMapper</a></li>
76 <li><a href="qml-vbarmodelmapper.html">VBarModelMapper</a></li>
79 <li><a href="qml-vbarmodelmapper.html">VBarModelMapper</a></li>
@@ -44,20 +44,18 QTCOMMERCIALCHART_BEGIN_NAMESPACE
44
44
45 \sa QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalStackedBarSeries, QHorizontalPercentBarSeries
45 \sa QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalStackedBarSeries, QHorizontalPercentBarSeries
46 */
46 */
47 /*
47 /*!
48 // TODO:
48 \qmlclass HorizontalBarSeries QHorizontalBarSeries
49 \qmlclass Horizontal QHorizontalBarSeries
50 \inherits AbstractBarSeries
49 \inherits AbstractBarSeries
51
50
52 The following QML shows how to create a simple grouped bar chart:
51 The following QML shows how to create a simple horizontal bar chart:
53 \snippet ../demos/qmlchart/qml/qmlchart/View6.qml 1
52 \snippet ../demos/qmlchart/qml/qmlchart/View9.qml 1
54 \beginfloatleft
53 \beginfloatleft
55 \image demos_qmlchart6.png
54 \image demos_qmlchart9.png
56 \endfloat
55 \endfloat
57 \clearfloat
56 \clearfloat
58 */
57 */
59
58
60
61 /*!
59 /*!
62 Constructs empty QHorizontalBarSeries.
60 Constructs empty QHorizontalBarSeries.
63 QHorizontalBarSeries is QObject which is a child of a \a parent.
61 QHorizontalBarSeries is QObject which is a child of a \a parent.
@@ -22,6 +22,17 QTCOMMERCIALCHART_BEGIN_NAMESPACE
22
22
23 \sa QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalStackedBarSeries, QHorizontalBarSeries
23 \sa QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalStackedBarSeries, QHorizontalBarSeries
24 */
24 */
25 /*!
26 \qmlclass HorizontalPercentBarSeries QHorizontalPercentBarSeries
27 \inherits QAbstractBarSeries
28
29 The following QML shows how to create a simple horizontal percent bar chart:
30 \snippet ../demos/qmlchart/qml/qmlchart/View11.qml 1
31 \beginfloatleft
32 \image demos_qmlchart11.png
33 \endfloat
34 \clearfloat
35 */
25
36
26 /*!
37 /*!
27 Constructs empty QHorizontalPercentBarSeries.
38 Constructs empty QHorizontalPercentBarSeries.
@@ -21,6 +21,17 QTCOMMERCIALCHART_BEGIN_NAMESPACE
21
21
22 \sa QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalPercentBarSeries, QHorizontalBarSeries
22 \sa QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalPercentBarSeries, QHorizontalBarSeries
23 */
23 */
24 /*!
25 \qmlclass HorizontalStackedBarSeries QHorizontalStackedBarSeries
26 \inherits QAbstractBarSeries
27
28 The following QML shows how to create a simple horizontal stacked bar chart:
29 \snippet ../demos/qmlchart/qml/qmlchart/View10.qml 1
30 \beginfloatleft
31 \image demos_qmlchart10.png
32 \endfloat
33 \clearfloat
34 */
24
35
25 /*!
36 /*!
26 Constructs empty QHorizontalStackedBarSeries.
37 Constructs empty QHorizontalStackedBarSeries.
General Comments 0
You need to be logged in to leave comments. Login now