How can I reduce the amount of space between the left edge of the chart and where the Y axis begins? I notice that when I scale the chart horizontally, the gap increases as well. Can I "move" my chart so that I can take advantage of the space?
I have included an image. Thanks.
Thanks! It helped.
I should have searched the forum earlier before I posted this since other users had resolved the same issue.
Thanks again.
Hello,
You can try the following :
<igCA:XamChart.Scene> <igCA:Scene> <igCA:Scene.GridArea> <igCA:GridArea MarginType="Percent" Margin="3" /> </igCA:Scene.GridArea> </igCA:Scene>
</igCA:XamChart.Scene>
I hope this helps
Vlad