Hi,
I am having a Sales timeline chart, and keeping in mind the chart Area space and Values in YAxis, I can not have exact no in tick marks like $123456789, rather would have $1.23 b, $2.56 m as example.
So need some sort of converter or kind of that to pass the values through. But I just found string formats are allowed on Label like "{}{:N}" which is not serving my purpose.
This below is what I did already.. please get me a way to have this above said problem solved.
<ig:XamDataChart.Axes> <ig:NumericYAxis x:Name="YAxisLine" Interval="{Binding IntervalY}" MinimumValue="{Binding MinimumY}" MaximumValue="{Binding MaximumY}" Label="{}{:N}" MajorStrokeThickness="0" MinorStrokeThickness="0" StrokeThickness="1" />
Thanks you.
-Manas
Hello Manas,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.