Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all

Below is my chart control Xaml

XML
<chartingToolkit:Chart DataContext="1,10 2,20 3,30 4,40" HorizontalAlignment="Left" Margin="8,133,0,0" Name="Chart1" Title="Bill Details" VerticalAlignment="Top" Width="750" Height="310">
               <chartingToolkit:ColumnSeries Name="LS" IndependentValueBinding="{Binding Key}" DependentValueBinding="{Binding Value}" ItemsSource="{Binding Path=Data}"/>
           </chartingToolkit:Chart>


is it possible to make this a 3d chart.
the chart i am populating by taking data from sql query.

Please help me in this..
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900