Hi,
I'm trying to achieve this result:
(it is just a screenshot, I've drawn the red line manually on it).
I want to draw a line at zero coordinate or to make the zero grid line more evident.
I've tried with striplines:
<ChartStriplines>
<ChartStripline ZIndex="ZIndex.Over" Start="0" End="1" Color="Red" />
</ChartStriplines>
But start and end values are based on the Y scale, that it is not fixed and it is in millions.
Is there another solution?
Thanks.