Re: Get histo range clicked in QwtPlotMultiBarChart
Brought to you by:
rathmann
|
From: Uwe R. <Uwe...@ti...> - 2019-02-07 07:57:52
|
> Is there a way to map xPos to the corresponding X label ? const auto scaleDraw = axisScaleDraw( ... ); Then you have to find the tick label position you are interested in by iterating over scaleDraw->ticks(). Finally you have to translate the label position into a label by using scaleDraw->label(). HTH, Uwe |