Hello,
I need to adjust a couple of things on the chart above and I'm out of ideas.
First of all - I want the values to be displayed on markers as well as on axis labels converter into percentage. I've tried using the LabelContent property in ChartDataMarker however it does something weird with the numbers --> instead of -0.43 & -0.22 it displays minus infinity % & instead of 0.04 & 0.15 it displays 20.66% & 79.34% so what it does - it gives a percentage value of the element against series total & what I want is simply convert the doubles to percentage display. However I can't seem to find a proper place to attach the converter. This should change the labels display on axis as well.
Second thing - the transition point between the two series on the stacked bar is always at 0.00 - I need to change it into a specified value & what's more - display a marker with that value somewhere on the bar where it is supposed to be.
So the final output would be like that:
percentage values on axis labels
percentage values on data markers
stacked bar red from - 0.43 to X; green from X to +0.04; X value displayed in a marker on X position on a bar in a specified color.
Is it possible?
Regards,
Michał