I can set the number of digits displayed in the axis labels like this:
axisX->setLabelFormat("%.1f km");
Is such thing possible when setting the point labels format ? I tried this:
series->setPointLabelsFormat("%@yPoint.1f km");
but it's not working.