##// END OF EJS Templates
Revert "TODOs removed from code. Undo me after release"...
Revert "TODOs removed from code. Undo me after release" This reverts commit 37aa57c82a3a115ff1a58cb04f9dc2f3c1c06d45.

File last commit:

r2393:150f5f56819e
r2407:d108889b4c99
Show More
demos-callout.qdoc
14 lines | 492 B | text/plain | TextLexer
/ doc / src / demos-callout.qdoc
Marek Rosa
Docs update
r2358 /*!
\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
Marek Rosa
Minor docs updates
r2393 QChart class provides two methods that map between the scene coordinates and the series' domain (defined by the axes ranges).
Marek Rosa
Docs update
r2358 QPointF QChart::mapToPosition(const QPointF &value, QAbstractSeries *series)
Marek Rosa
Minor docs updates
r2393
Marek Rosa
Docs update
r2358 QPointF QChart::mapToValue(const QPointF &position, QAbstractSeries *series)
*/