summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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),