ChartSeries s0 = RadChart1.Series.GetSeries(0);
s0.Type = ChartSeriesType.Pie;
ChartSeries s0 = RadChart1.Series.GetSeries(0);
s0.DefaultLabelValue =
"";
So it took the percentage out but I want to show it in my legend control
Currently it is showing the ItemLabels.
s0.Appearance.LegendDisplayMode = ChartSeriesLegendDisplayMode.ItemLabels;
Is there a way to show the DefaultLabelValue "#%" in the legend by the ItemLabels.
Please advise.
Thanks
Himadri

| RadTabStrip tabs = (RadTabStrip)Master.FindControl("tabstrip"); |
| foreach (RadTab tab in tabs.GetAllTabs()) |
| { |
| if (tab.Index > 0) |
| tab.Enabled = false; |
| } |

i have a usercontrol (Third Party Control (Flexcel)- Excel) for exporting the data in RadGrid to an Excel Sheet.
i have a RadPanelBar consisting of RadChart(Chart for the data in RadGrid) and RadGrid,
i have applied Ajax setting for UserControl to RadPanelBar(consisting of RadChart and RadGrid).
on clicking the Export UserControl sometimes very rarely RadGrid font changes, this happens very rarely in application deployed in US Servers and very rarely in our local server in India...
Please let me know the solution.
Thanks and Regards
Uday.M
