Posted 1 February 2021, 10:46 am EST
Hello,
i need to format my Datalabel on my FlexChart DataLabel:
c1:FlexChart.DataLabel
<c1:ChartDataLabel
Position=“Bottom”
Angle=“90”
Content=“{}{y}”/>
</c1:FlexChart.DataLabel>
My y Value is an int for the number of Operation Seconds which is really high and has to be formatted so that it’s human readable with months day seconds etc.
How can i do so?
Kind Regards
David