Jump to content
Software FX Community

Q6001017 Is it possible to always display the labels outside of the pie ?


User (Legacy)

Recommended Posts

I have done the following but the labels still show up inside the slice

unless the slice is too small then it moves outside and puts the line to the

slice.

I'm using an old release of ChartFX. Was this broken back then?

SoftwareFX.ChartFX.Internet.Server.GalleryObj.Pie pie;

pie = new SoftwareFX.ChartFX.Internet.Server.GalleryObj.Pie();

pie.LabelsInside = false;

pie.ShowLines = true;

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...