Created
October 5, 2011 22:04
-
-
Save clausjoergensen/1265882 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Pivot item two--> | |
<controls:PivotItem Header="Chart"> | |
<charts:Chart Theme="Theme3"> | |
<charts:Chart.Series> | |
<charts:DataSeries RenderAs="Pyramid" AxisYType="Primary" DataSource="{Binding Items}"> | |
<charts:DataMapping MemberName="AxisXLabel" Path="Label"></Charts:DataMapping> | |
<charts:DataMapping MemberName="YValue" Path="YValue"></Charts:DataMapping> | |
</charts:DataSeries> | |
</charts:Chart.Series> | |
</charts:Chart> | |
</controls:PivotItem> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment