When using a stacked column chart, the x-axis labels are being cut off...
Via XAML, I changed the style of the label to use a different font and different font size. I also set AutoResize = False. How do I change the chart to allow the labels to be fully displayed?
Thanks!
Bobby
i think using the scene margin as mykullski suggested is the way to go.
As far I I know there isn't much you can do. What I have done was
Make the font size smaller
Make the angle smaller
Change the scene Margin:
<igCA:XamChart.Scene> <igCA:Scene MarginType="Percent" Margin="0, 0, 0, 0" /> </igCA:XamChart.Scene>