Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hello,
On the chart widgets there is a property named, YAxisFormat, that is given a default value of "0000.0". My question is, what is the format string that equates to whole numbers such as, 1, 2, 3, ... etc.?
Thanks
Solved! Go to Solution.
Hi @berkob
The format indicates the number of digit before and after the decimal marker.
So if you do not want decimal and only integer, you can use 000 if you know that you won't have number longer than 3 digits.
Hope this helps
Christophe
Hi @berkob
The format indicates the number of digit before and after the decimal marker.
So if you do not want decimal and only integer, you can use 000 if you know that you won't have number longer than 3 digits.
Hope this helps
Christophe
Hi @berkob.
If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon