summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsauimone <samu.uimonen@digia.com>2012-09-05 15:04:54 +0300
committersauimone <samu.uimonen@digia.com>2012-09-05 15:04:54 +0300
commit8d30e80f6da9debecc32236dfdb8140c1f517d6f (patch)
tree154fd3ef092ece40ae162a95fc66945f1ece9740
parent3f45ce25769f49eacb01a80a9c41e18fbce69a2c (diff)
Updated QChart margins documentation
-rw-r--r--src/qchart.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/qchart.cpp b/src/qchart.cpp
index 36fef48a..f9f971ff 100644
--- a/src/qchart.cpp
+++ b/src/qchart.cpp
@@ -84,8 +84,8 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
- \property QChart::margins
- Margins around the plot area. Note that the margin area is used for drawing chart title, legend and axes.
+ \property QChart::minimumMargins
+ Minimum margins between the plot area (axes) and the edge of the chart widget.
*/
/*!
@@ -102,12 +102,6 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
- \fn void QChart::marginsChanged(QRectF newMargins)
- The margins around plot area have changed to \a newMargins. This may happen for example if you change title font size,
- modify axes or hide/show legend.
- */
-
-/*!
Constructs a chart object which is a child of a\a parent. Parameter \a wFlags is passed to the QGraphicsWidget constructor.
*/
QChart::QChart(QGraphicsItem *parent, Qt::WindowFlags wFlags) : QGraphicsWidget(parent,wFlags),