Hi All,
I'm building a chart and i'd like the chart legend to appear in a different ChartArea which will be aligned horizontaly to the main ChartArea (just like in a regular excel chart).
I've searched and read all about the Position and different alignment properties but i can't seem to find the correct way to use them.
Thanks!
Uri
Loading
Sharon WhitePosted Sep 18, 2012, 5:21 AM
Actually, both the chart legend and chart area are aligned horizontally in my chart which I create with a .NET Excel component.
About the chart legend, I just align it like this
chart.Legend.Position = LegendPositionType.Right;
I think that you'd better show an image how your chart align so that I can learn more clearly about your problem.