From e7e01ec065d3874d28e9e28d213783c4275d8813 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 25 Nov 2013 09:46:24 +0200 Subject: Fix documentation related to multiseries changes. Also fixed some other miscellaneous issues. Task-number: QTRD-2558 Change-Id: I2da3f7e64fbbbb287ddb7845cb0a15006dc4d6f5 Reviewed-by: Mika Salmela --- .../doc/src/qtdatavisualization-qml-scatter3d.qdoc | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'src/datavisualization/doc/src/qtdatavisualization-qml-scatter3d.qdoc') diff --git a/src/datavisualization/doc/src/qtdatavisualization-qml-scatter3d.qdoc b/src/datavisualization/doc/src/qtdatavisualization-qml-scatter3d.qdoc index 7ad9d470..da7faaa3 100644 --- a/src/datavisualization/doc/src/qtdatavisualization-qml-scatter3d.qdoc +++ b/src/datavisualization/doc/src/qtdatavisualization-qml-scatter3d.qdoc @@ -97,24 +97,20 @@ */ /*! - \qmlproperty int Scatter3D::selectedItemIndex - Selects an item in the \a index. Only one item can be selected at a time. - To clear selection, specify an illegal \a index, e.g. -1. - */ - -/*! - * \qmlproperty list seriesList + * \qmlproperty list Scatter3D::seriesList * This property holds the series of the graph. * By default, this property contains an empty list. * To set the series, either use the addSeries() function or define them as children of the graph. */ /*! - * \qmlmethod void addSeries(QScatter3DSeries *series) - * Add the \a series to the graph. + * \qmlmethod void Scatter3D::addSeries(QScatter3DSeries *series) + * Adds the \a series to the graph. A graph can contain multiple series, but has only one set of + * axes. If the newly added series has specified a selected item, it will be highlighted and + * any existing selection will be cleared. Only one added series can have an active selection. */ /*! - * \qmlmethod void removeSeries(QScatter3DSeries *series) + * \qmlmethod void Scatter3D::removeSeries(QScatter3DSeries *series) * Remove the \a series from the graph. */ -- cgit v1.2.3