Jump to content
Software FX Community

Pie Chart point lable lines


W.D

Recommended Posts

Hi,

Please help to look at the following problems.

(1) When I create pie chart, I found I could keep the point lables outside the pie. But part of the point lable lines still inside the pie, is there anyway to make sure the whole point lable lines outside the pie?

(2) Is there a way to set a diffrent color to the point lable lines, for example, the point lable text is Black, the lines are Red?

Thanks.

 W.D

 

 

Link to comment
Share on other sites

> (1) When I create pie chart, I found I could keep the point lables outside the pie. But part of the point lable lines

> still inside the pie, is there anyway to make sure the whole point lable lines outside the pie?

If you are talking about the line that goes from the label to the pie slice, you can aliminate the line completly by doing:

((Pie) chart1.GalleryObj).ShowLines = false;

You can also control the lengh of the segment after the "bent" with:

((Pie) chart1.GalleryObj).LineBreak= 5;

> (2) Is there a way to set a diffrent color to the point lable lines, for example, the point lable text is Black, the lines are Red?

The lines are always drawn the same color as the point labels.

Link to comment
Share on other sites

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...