##// END OF EJS Templates
Remove TODOs for 1.2.1 release, revert this after release
Remove TODOs for 1.2.1 release, revert this after release

File last commit:

r2393:150f5f56819e
r2440:9df61547fec6
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)
*/