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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...