nagaramesh_t Posted September 15, 2011 Report Posted September 15, 2011 Hi team In chartfx 6.2 com version I am not able to set the series allignment in the legendbox of piechart as that i have done in chartfx 5.5 com version. I have used oChartFx.LegendBoxObj.Alignment = ToolAlignment_Spread but this is not allowing the series to start from the starting of legend box Regards, Ramesh Quote
nagaramesh_t Posted September 17, 2011 Author Report Posted September 17, 2011 I got this. I have achieved this with the DrawingArea property of Legendboxobj. By setting the DrawingArea to false, we can allow the series of legend box to spread beyond the chart are. Below is the code for this. oChartFx.LegendBoxObj.DrawingArea = false Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.