Use different prefixes depending on the axis type

This commit is contained in:
Jan Käberich 2022-02-04 12:47:07 +01:00
parent 2265b8f6c0
commit 670dff15c6
3 changed files with 46 additions and 2 deletions

View file

@ -95,6 +95,7 @@ private:
QString mouseText(QPoint pos) override;
QString AxisUnit(YAxisType type);
QString AxisPrefixes(YAxisType type);
static QString AxisUnit(XAxisType type);
std::set<Trace*> tracesAxis[2];