Jump to content
Software FX Community

Recommended Posts

Posted

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

Posted

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...