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