From 6ea0091a59f977c1767612b5165a6a81d4abb965 2012-06-01 12:17:50 From: Jani Honkonen Date: 2012-06-01 12:17:50 Subject: [PATCH] update scatter docs --- diff --git a/src/scatterchart/qscatterseries.cpp b/src/scatterchart/qscatterseries.cpp index 6939fb7..f127468 100644 --- a/src/scatterchart/qscatterseries.cpp +++ b/src/scatterchart/qscatterseries.cpp @@ -56,6 +56,18 @@ */ /*! + \property QScatterSeries::markerShape + + Defines the shape of the marker used to draw the points in the series. +*/ + +/*! + \property QScatterSeries::markerSize + + Defines the size of the marker used to draw the points in the series. +*/ + +/*! \fn QChartSeriesType QScatterSeries::type() const \brief Returns QChartSeries::SeriesTypeScatter. \sa QAbstractSeries, SeriesType