or
<telerik:GridViewDataColumn Header="Ccy" DataMemberBinding="{Binding CurrencyBucket}" Width="50"
ColumnGroupName="Filler2" />
<telerik:ColumnSortDescriptor Column="{Binding Columns[\CurrencyBucket\], ElementName=CcySummaryGrid}"
SortDirection="Ascending" />
Is there any way to plot negative values in Pie chart like we can do in Microsoft Excel.
Below are snap shots of two charts having negative values one plotted using telerik chart and another using Excel.