Pie chart labels

Hi, I would like to display a pie chart with no labels. However, the lines on each segment are still being displayed. Any way to make these go away? Thanks, Jarrod

1 Reply

DJ Davis Jebaraj Syncfusion Team September 21, 2004 04:54 PM UTC

Hi Jarrod, Setting the TextOrientation of the Series to ChartTextOrientation.RegionCenter will prevent the lines: series1.Style.TextOrientation = ChartTextOrientation.RegionCenter; Regards, Davis

Loader.
Up arrow icon