* @brief Returns the curve series rendered by this item. */
| 229 | * @brief Returns the curve series rendered by this item. |
| 230 | */ |
| 231 | QXYSeries* Widgets::PlotCurve::source() const noexcept |
| 232 | { |
| 233 | return m_source.data(); |
| 234 | } |
| 235 | |
| 236 | /** |
| 237 | * @brief Returns the stroke color. |
no test coverage detected