@@ -81,6 +81,17 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
81 | Parameter \a barset is the pointer of barset, where hover happened. |
|
81 | Parameter \a barset is the pointer of barset, where hover happened. | |
82 | Parameter \a status is true, if mouse entered on top of series, false if mouse left from top of series. |
|
82 | Parameter \a status is true, if mouse entered on top of series, false if mouse left from top of series. | |
83 | */ |
|
83 | */ | |
|
84 | /*! | |||
|
85 | \fn void QBarSeries::barWidthChanged() | |||
|
86 | ||||
|
87 | This signal is emitted when bar width has been changed. | |||
|
88 | */ | |||
|
89 | ||||
|
90 | /*! | |||
|
91 | \fn void QBarSeries::barsetCountChanged() | |||
|
92 | ||||
|
93 | This signal is emitted when barset count has been changed, for example by append or remove. | |||
|
94 | */ | |||
84 |
|
95 | |||
85 | /*! |
|
96 | /*! | |
86 | \fn void QBarSeries::labelsVisibleChanged() |
|
97 | \fn void QBarSeries::labelsVisibleChanged() |
General Comments 0
You need to be logged in to leave comments.
Login now