How do I get the setting for Dec in "Fixed Dec" format in Axis Column Property??
I need to get the setting for Dec in "Fixed Dec" format in Axis Column property. I can get similar setting, e.g. Max, Min etc by running "get property("Axis")", but cannot get the Dec number. Here is one example of the Axis property info. In this case, I need to get "0", but only "Fixed Dec" is seen, not "5" & "0". Probably we can get it as we like by having proper "character function" like Substr...