summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTero Ahola <tero.ahola@digia.com>2012-08-29 15:07:53 +0300
committerTero Ahola <tero.ahola@digia.com>2012-08-29 15:17:32 +0300
commit125444d74d9f23afba3fc788d1d6c5590ed04188 (patch)
treec6666d1523bf4e9b084be4594fe73d71b3ae8311 /src
parent2f36b74b4262bb3b789f59e5c7af63626bfa3f95 (diff)
Added missing QML properties to AreaSeries
Diffstat (limited to 'src')
-rw-r--r--src/areachart/qareaseries.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/areachart/qareaseries.cpp b/src/areachart/qareaseries.cpp
index 36bb7f61..5201fe0f 100644
--- a/src/areachart/qareaseries.cpp
+++ b/src/areachart/qareaseries.cpp
@@ -97,6 +97,11 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
+ \qmlproperty real AreaSeries::borderWidth
+ The width of the border line. By default the width is 2.0.
+*/
+
+/*!
\fn QPen QAreaSeries::pen() const
\brief Returns the pen used to draw line for this series.
\sa setPen()