Hi, is it possible to apply a currency format, N0 for example, for the content of the HeaderFormat of a treemap level?
I've set the Format property of the treemap at N0 but doesn't seems to work.
Here's the code I use for my treemap:
The estimation field is an int and I would like to format it with the N0 currency format
Thank you and have a nice day
Antoine Roy-Lachance
<SfTreeMap Format="C0"> </SfTreeMap> |
Hi I would like to use the N0 format, the C0 format works fine but it doesn't meet my requirements.
Here's an example of the format I would like to apply for the numbers in the treemap:
I want a comma as a seperator
Thank you and have a nice day
Antoine Roy-Lachance
<SfTreeMap EnableGroupingSeparator=true Format="N0"> </SfTreeMap> |
Hi!
I tried it and it works fine :)
thank you for your support!
Antoine