summaryrefslogtreecommitdiffstats
path: root/doc/src/demos-callout.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/demos-callout.qdoc')
-rw-r--r--doc/src/demos-callout.qdoc14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/src/demos-callout.qdoc b/doc/src/demos-callout.qdoc
deleted file mode 100644
index 46b72639..00000000
--- a/doc/src/demos-callout.qdoc
+++ /dev/null
@@ -1,14 +0,0 @@
-/*!
- \example demos/callout
- \title Callout demo
- \subtitle
-
- This demo shows how to draw an additional element (a callout) on top of the chart.
- \image demos_callout.png
-
- QChart class provides two methods that map between the scene coordinates and the series domain (defined by the axes ranges).
-
- QPointF QChart::mapToPosition(const QPointF &value, QAbstractSeries *series)
-
- QPointF QChart::mapToValue(const QPointF &position, QAbstractSeries *series)
-*/