##// 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
1 NO CONTENT: new file 100644, binary diff hidden
1 NO CONTENT: new file 100644, binary diff hidden
@@ -71,6 +71,9
71 71 <li><a href="qml-barseries.html">BarSeries</a></li>
72 72 <li><a href="qml-stackedbarseries.html">StackedBarSeries</a></li>
73 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 77 <li><a href="qml-barset.html">BarSet</a></li>
75 78 <li><a href="qml-hbarmodelmapper.html">HBarModelMapper</a></li>
76 79 <li><a href="qml-vbarmodelmapper.html">VBarModelMapper</a></li>
@@ -44,20 +44,18 QTCOMMERCIALCHART_BEGIN_NAMESPACE
44 44
45 45 \sa QBarSet, QBarSeries, QPercentBarSeries, QAbstractBarSeries, QStackedBarSeries, QHorizontalStackedBarSeries, QHorizontalPercentBarSeries
46 46 */
47 /*
48 // TODO:
49 \qmlclass Horizontal QHorizontalBarSeries
47 /*!
48 \qmlclass HorizontalBarSeries QHorizontalBarSeries
50 49 \inherits AbstractBarSeries
51 50
52 The following QML shows how to create a simple grouped bar chart:
53 \snippet ../demos/qmlchart/qml/qmlchart/View6.qml 1
51 The following QML shows how to create a simple horizontal bar chart:
52 \snippet ../demos/qmlchart/qml/qmlchart/View9.qml 1
54 53 \beginfloatleft
55 \image demos_qmlchart6.png
54 \image demos_qmlchart9.png
56 55 \endfloat
57 56 \clearfloat
58 57 */
59 58
60
61 59 /*!
62 60 Constructs empty QHorizontalBarSeries.
63 61 QHorizontalBarSeries is QObject which is a child of a \a parent.
@@ -22,6 +22,17 QTCOMMERCIALCHART_BEGIN_NAMESPACE
22 22
23 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 38 Constructs empty QHorizontalPercentBarSeries.
@@ -21,6 +21,17 QTCOMMERCIALCHART_BEGIN_NAMESPACE
21 21
22 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 37 Constructs empty QHorizontalStackedBarSeries.
General Comments 0
You need to be logged in to leave comments. Login now