TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
suresh kumar
NA
1
3.3k
DoughChart and 3D Pie Chart using SilverLight 5
Aug 29 2012 5:17 AM
HI All,
I am new to silver light technology, need to plot a 3D Pie chart using silver light 5 , tried to implement 3D pie chart but unable to view the output.
need assistance on the same.
find the below code:
<
UserControl
xmlns
:
chartingToolkit
="clr-namespace:System.Windows.Controls.DataVisualization.Charting;assembly=System.Windows.Controls.DataVisualization.Toolkit"
x
:
Class
="PieChartSilverlightApps.MainPage"
xmlns
="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns
:
legend
="clr-namespace:System.Windows.Controls.DataVisualization;assembly=System.Windows.Controls.DataVisualization.Toolkit"
xmlns
:
x
="http://schemas.microsoft.com/winfx/2006/xaml"
Width
="800"
Height
="600">
<
Grid
x
:
Name
="LayoutRoot"
Background
="White" >
<
chartingToolkit
:
Chart
x
:
Name
="myChart"
Width
="600"
Height
="400"
Title
="PieChart" >
<
chartingToolkit
:
PieSeries
Title
="Total Sales"
ItemsSource
="{
Binding
}"
IndependentValueBinding
="{
Binding
Services
}"
DependentValueBinding
="{
Binding
Values
}"
/>
</
chartingToolkit
:
Chart
>
</
Grid
>
</
UserControl
>
Regards,
Suresh
Reply
Answers (
3
)
how to set image zoom out/in option in metro style app using button click event
how to set image zoom out/in option in silverlight using button click event