summaryrefslogtreecommitdiffstats
path: root/doc/src/demos-qmlcustomlegend.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/demos-qmlcustomlegend.qdoc')
-rw-r--r--doc/src/demos-qmlcustomlegend.qdoc40
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/src/demos-qmlcustomlegend.qdoc b/doc/src/demos-qmlcustomlegend.qdoc
deleted file mode 100644
index fe79e371..00000000
--- a/doc/src/demos-qmlcustomlegend.qdoc
+++ /dev/null
@@ -1,40 +0,0 @@
-/*!
- \example demos/qmlcustomlegend
- \title Qml Custom Legend
- \subtitle
-
- This demo application shows you how to create your own custom legend instead of using the
- built-in legend of ChartView API.
-
- \table
- \row
- \li \br
- The main view of the application shows a stacked area chart. This is how one of
- \br
- the stacked areas is created. See ChartViewStacked.qml and AnimatedAreaSeries.qml.
- \br
- \br
- \snippet ../demos/qmlcustomlegend/qml/qmlcustomlegend/ChartViewStacked.qml 1
- \li \inlineimage demos-qmlcustomlegend1.png
- \row
- \li \br
- Hovering with mouse on top of the legend will highlight the hovered series.
- \br
- (see CustomLegend.qml).
- \br
- \br
- \snippet ../demos/qmlcustomlegend/qml/qmlcustomlegend/CustomLegend.qml 1
- \snippet ../demos/qmlcustomlegend/qml/qmlcustomlegend/CustomLegend.qml 2
- \snippet ../demos/qmlcustomlegend/qml/qmlcustomlegend/CustomLegend.qml 3
- \li \inlineimage demos-qmlcustomlegend2.png
- \row
- \li \br
- You can also select one of the stacked areas for a closer look as a line series by
- \br
- a mouse click (see ChartViewHighlighted.qml).
- \br
- \br
- \snippet ../demos/qmlcustomlegend/qml/qmlcustomlegend/ChartViewHighlighted.qml 1
- \li \inlineimage demos-qmlcustomlegend3.png
- \endtable
-*/