| 287 | } |
| 288 | |
| 289 | QPoint PlotViewWidget::getMoveOffsetCoordinateSystemOrigin(const QPointF) const |
| 290 | { |
| 291 | const auto plotRectBottomLeft = this->plotRect.bottomLeft(); |
| 292 | return QPoint(plotRectBottomLeft.x() + fadeBoxThickness, |
| 293 | plotRectBottomLeft.y() - fadeBoxThickness); |
| 294 | } |
| 295 | |
| 296 | void PlotViewWidget::setZoomFactor(double zoom) |
| 297 | { |