I'm trying to show a range -32768.0, 32767.0 on right Y axis:
Qt Code:
  1. setAxisScale(yRight, -32768.0, 32767.0);
To copy to clipboard, switch view to plain text mode 
But if the value is 10000, it will displayed as 10,000. In fact I don't want the comma to be shown. How to change the display format? It seems there's no such an interface.

axis.jpg