Completed
Last Updated: 21 Mar 2016 09:12 by ADMIN
ADMIN
Paul
Created on: 11 Jun 2013 07:55
Category: ChartView
Type: Bug Report
2
FIX. RadChartView - Getting Error When trying to drill down PieChart
When trying to drill down PieChart on RadChartView the code throws exception.

Workaround: private void radChartView_Drill(object sender, DrillEventArgs e){    e.View.Parent = this.radChartViewUsers.ChartElement.Wrapper;    e.View.AreaType = ChartAreaType.Pie;    //do drill logic}
2 comments
ADMIN
Stefan
Posted on: 21 Mar 2016 09:12
Hi Amir,

this issue has been resolved back in Q3 2013. I would suggest that you open a support ticket to discuss your case with our support staff, and should they find an issue, they will log it accordingly.

Thanks.
amir
Posted on: 18 Mar 2016 13:13
this not Work.
When Drill Down in Pie Mode Throws Exception.
i guess this error in Legend Of RadChartView when Change Views.
When Change Views with Drill Event , Show My Diagram But Before throws exception and don't show Legend.
plz help
thanks