Michael
Posted
on Jan 26, 2012
(permalink)
I have a (RadChart) pie chart and for some reason even though the 1 (and only) series item is showing 100% I get this unwanted line that makes it appear as though there is a another miniscule series item (segment) - can anyone tell me how to get rid of this line if at all possible - 100% should show as just a complete circle with no other pie segments. Please refer to attached file.
Reply
Answer
Yavor
Yavor
Posted
on Jan 27, 2012
(permalink)
Hi,
This unwanted line is due to the border. You can set it to 0, to eliminate this effect:
chartSeries.Appearance.Border.Width = 0;
I hope this helps.
Kind regards,
Yavor
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now
Reply