Skip to content

Instantly share code, notes, and snippets.

@clausjoergensen
Created October 5, 2011 22:04
Show Gist options
  • Save clausjoergensen/1265882 to your computer and use it in GitHub Desktop.
Save clausjoergensen/1265882 to your computer and use it in GitHub Desktop.
<!--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