#4222 Implement picking to display point value in Grid Cross Plot

This commit is contained in:
Gaute Lindkvist
2019-03-26 11:33:55 +01:00
parent 9bb657c642
commit 5b7bf99b82
9 changed files with 130 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ public:
void renderSymbols(QPainter *painter, const QPointF *points, int numPoints) const override;
void renderSymbolLabel(QPainter *painter, const QPointF& position) const;
QString label() const { return m_label; }
void setLabel(const QString& label);
void setLabelPosition(LabelPosition labelPosition);