##// END OF EJS Templates
Removed presenterchart from docs
Removed presenterchart from docs

File last commit:

r2358:9d5a354692be
r2366:1a610ea62192
Show More
demos-callout.qdoc
12 lines | 490 B | text/plain | TextLexer
/ doc / src / demos-callout.qdoc
/*!
\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 (defines by the axes ranges).
QPointF QChart::mapToPosition(const QPointF &value, QAbstractSeries *series)
QPointF QChart::mapToValue(const QPointF &position, QAbstractSeries *series)
*/