##// END OF EJS Templates
Fix value axis documentation...
Fix value axis documentation QML documentation does not show obsolete properties correctly. Removed the obsolete key and added a deprecated comment. Related typos fixed. Change-Id: I86c862e4f587541df0a08363834ad13efc14e1b4 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2610:66fa88d10640
r2636:25b732239a6d
Show More
demos-callout.qdoc
14 lines | 491 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
Nico Vertriest
Doc: language review of Qt Charts doc...
r2610 QChart class provides two methods that map between the scene coordinates and the series domain (defined by the axes ranges).
Marek Rosa
Minor docs updates
r2393
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)
*/