-
Format y axis tick labels in graph2 kG2xyScatter
Hi.
I’ve got a kG2xyScatter plot with y-axis values usually within [1000000,100000000].
I’d like to format the y-axis tick labels setting thousand separator as a dot so that, for example, 12000000 has a tick label of 12.000.000 (definitely more readable).
I’ve tried to do (under On evPreLayout)
Do $cinst.$objs.MY_GRAPH.$getyaxis() Returns locYaxis
Do locYaxis.$labelformat.$assign(“(value|0.,)”)and many other options such as “{value|0.,}” or $setdatalabelformat(), etc. But nothing worked so far.
Any suggestion?
Many thanks.
-
This discussion was modified 6 days, 15 hours ago by
maxperique.
-
This discussion was modified 6 days, 15 hours ago by
Log in to reply.