Hello,
I want to set the ChartTextAppearance of a Stacked (Column) chart to display the value of the series in each label instead of the cumulative value of the Label. Is this possible?
Thank you! Now, as promised, my solution:
Hi,
If you are talking about Text primitive, you could used String.Format(), if you are talking about axis, then you could used for example: axis1.Labels.ItemFormatString
Let me know if you think that I misunderstood you questions.
Regards
Thank you!
With some mods, I manage to make it work. I'll post my solution here after I finish and test it.
Another thing: Is there any way to set a FormatString in the text value?
Thank you in advance.
Hello _bL0p_
Maybe you could achieve desired behavior if you are using FillSceneGraphe method. I made small sample for you. Please take a look at the attached sample for more details and let me know if you have any questions.