@@ -52,6 +52,20 | |||
|
52 | 52 | \brief Returns the legend of the series. If series is empty, empty list is returned. |
|
53 | 53 | */ |
|
54 | 54 | |
|
55 | /*! | |
|
56 | \fn void QSeries::setTitle(QString title) | |
|
57 | \brief Sets a \a title for the series. | |
|
58 | ||
|
59 | This is not used directly by the chart itself. It is up to the user to use this as for example | |
|
60 | chart title. | |
|
61 | \sa QChart::setChartTitle() | |
|
62 | */ | |
|
63 | ||
|
64 | /*! | |
|
65 | \fn QString QSeries::title() | |
|
66 | \brief Returns the title of the series. | |
|
67 | */ | |
|
68 | ||
|
55 | 69 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
|
56 | 70 | #include "moc_qseries.cpp" |
|
57 | 71 | QTCOMMERCIALCHART_END_NAMESPACE |
General Comments 0
You need to be logged in to leave comments.
Login now