@@ -84,8 +84,8 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
84 | 84 | */ |
|
85 | 85 | |
|
86 | 86 | /*! |
|
87 | \property QChart::margins | |
|
88 | Margins around the plot area. Note that the margin area is used for drawing chart title, legend and axes. | |
|
87 | \property QChart::minimumMargins | |
|
88 | Minimum margins between the plot area (axes) and the edge of the chart widget. | |
|
89 | 89 | */ |
|
90 | 90 | |
|
91 | 91 | /*! |
@@ -102,12 +102,6 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
102 | 102 | */ |
|
103 | 103 | |
|
104 | 104 | /*! |
|
105 | \fn void QChart::marginsChanged(QRectF newMargins) | |
|
106 | The margins around plot area have changed to \a newMargins. This may happen for example if you change title font size, | |
|
107 | modify axes or hide/show legend. | |
|
108 | */ | |
|
109 | ||
|
110 | /*! | |
|
111 | 105 | Constructs a chart object which is a child of a\a parent. Parameter \a wFlags is passed to the QGraphicsWidget constructor. |
|
112 | 106 | */ |
|
113 | 107 | QChart::QChart(QGraphicsItem *parent, Qt::WindowFlags wFlags) : QGraphicsWidget(parent,wFlags), |
General Comments 0
You need to be logged in to leave comments.
Login now