@@ -145,6 +145,11 QAbstractSeries::SeriesType QScatterSeries::type() const | |||||
145 | return QAbstractSeries::SeriesTypeScatter; |
|
145 | return QAbstractSeries::SeriesTypeScatter; | |
146 | } |
|
146 | } | |
147 |
|
147 | |||
|
148 | /*! | |||
|
149 | Sets \a pen used for drawing points' border on the chart. If the pen is not defined, the | |||
|
150 | pen from chart theme is used. | |||
|
151 | \sa QChart::setTheme() | |||
|
152 | */ | |||
148 | void QScatterSeries::setPen(const QPen &pen) |
|
153 | void QScatterSeries::setPen(const QPen &pen) | |
149 | { |
|
154 | { | |
150 | Q_D(QXYSeries); |
|
155 | Q_D(QXYSeries); | |
@@ -157,6 +162,11 void QScatterSeries::setPen(const QPen &pen) | |||||
157 | } |
|
162 | } | |
158 | } |
|
163 | } | |
159 |
|
164 | |||
|
165 | /*! | |||
|
166 | Sets \a brush used for drawing points on the chart. If the brush is not defined, brush | |||
|
167 | from chart theme setting is used. | |||
|
168 | \sa QChart::setTheme() | |||
|
169 | */ | |||
160 | void QScatterSeries::setBrush(const QBrush &brush) |
|
170 | void QScatterSeries::setBrush(const QBrush &brush) | |
161 | { |
|
171 | { | |
162 | Q_D(QScatterSeries); |
|
172 | Q_D(QScatterSeries); |
General Comments 0
You need to be logged in to leave comments.
Login now