summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charts/areachart/qareaseries.cpp5
-rw-r--r--src/charts/scatterchart/qscatterseries.cpp5
2 files changed, 10 insertions, 0 deletions
diff --git a/src/charts/areachart/qareaseries.cpp b/src/charts/areachart/qareaseries.cpp
index f8401785..fd473c72 100644
--- a/src/charts/areachart/qareaseries.cpp
+++ b/src/charts/areachart/qareaseries.cpp
@@ -196,6 +196,11 @@ QT_CHARTS_BEGIN_NAMESPACE
*/
/*!
+ \qmlproperty brush AreaSeries::brush
+ The brush used to draw to draw the line for this series.
+*/
+
+/*!
\qmlproperty QString AreaSeries::brushFilename
The name of the file used as a brush image for the series.
*/
diff --git a/src/charts/scatterchart/qscatterseries.cpp b/src/charts/scatterchart/qscatterseries.cpp
index fe58fd9e..ee4ff411 100644
--- a/src/charts/scatterchart/qscatterseries.cpp
+++ b/src/charts/scatterchart/qscatterseries.cpp
@@ -100,6 +100,11 @@
*/
/*!
+ \qmlproperty brush ScatterSeries::brush
+ The brush used to draw the scatter series markers.
+*/
+
+/*!
\property QScatterSeries::color
\brief The color used to fill the series markers.