##// END OF EJS Templates
Remove buttons from legendmarkers example image
Remove buttons from legendmarkers example image

File last commit:

r2393:150f5f56819e
r2449:37ee711f8e2d
Show More
demos-callout.qdoc
14 lines | 492 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 (defined by the axes ranges).
QPointF QChart::mapToPosition(const QPointF &value, QAbstractSeries *series)
QPointF QChart::mapToValue(const QPointF &position, QAbstractSeries *series)
*/