##// END OF EJS Templates
Qt5 build fix, QSKIP has only one parameter
Qt5 build fix, QSKIP has only one parameter

File last commit:

r2358:9d5a354692be
r2367:fc923d22fb58
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)
*/