or
<
ControlTemplate
TargetType
=
"ContentControl"
x:Key
=
"Sample"
>
<
StackPanel
Orientation
=
"Horizontal"
>
<
mage
x:Name
=
"Symbol"
Template="{Binding
Path=(prop:VResultType),
RelativeSource={RelativeSource TemplatedParent},
Converter={StaticResource vSymbolConverter}}"
Margin
=
"0,0,5,0"
Visibility
=
"Collapsed"
Height
=
"16"
Width
=
"16"
>
<
ToolTipService.ToolTip
>
<
ToolTip
Placement
=
"Bottom"
Content="{Binding
Path=(prop:ResultIndicator.ResultToolTip),
RelativeSource={RelativeSource TemplatedParent}}" />
</
ToolTipService.ToolTip
>
</
uxc:XamlImage
>
<
ContentPresenter
x:Name
=
"Content"
ContentSource
=
"Header"
RecognizesAccessKey
=
"True"
SnapsToDevicePixels
=
"{TemplateBinding SnapsToDevicePixels}"
Height
=
"Auto"
Width
=
"Auto"
VerticalAlignment
=
"Center"
HorizontalAlignment
=
"Center"
Visibility
=
"Visible"
/>
</
StackPanel
>
</
ControlTemplate
>
<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.