I am looking for an example in either C# or VB Razor syntax for a pie chart with an exploded section. I am not binding individual fields, I am using something like…
.Series(Sub(series)
series.Pie(Function(model) model.Id, Function(model) model.PriorityName).Overlay(ChartPieSeriesOverlay.None)
End Sub) _
Through support demos and support from Telerik I have figured this issue out. Hopefully this helps someone some day. I added another parameter to my ViewModel that just passes a boolean if I want the piece of the chart exploded. Then I pass that into the code below as Model.Explosion.