Skip to content

Instantly share code, notes, and snippets.

@Divya1425
Created May 31, 2017 07:31
Show Gist options
  • Save Divya1425/79f308a163775c1ce7254bc43f86491a to your computer and use it in GitHub Desktop.
Save Divya1425/79f308a163775c1ce7254bc43f86491a to your computer and use it in GitHub Desktop.

chart:SfChart.Series <chart:BarSeries ItemsSource="{Binding Data}" XBindingPath="Name" YBindingPath="Value"> chart:BarSeries.DataMarker <chart:ChartDataMarker ShowLabel="True" LabelTemplate="{StaticResource dataMarkerTemplate}"> chart:ChartDataMarker.LabelStyle <chart:DataMarkerLabelStyle LabelPosition="Outer" /> </chart:ChartDataMarker.LabelStyle> </chart:ChartDataMarker> </chart:BarSeries.DataMarker> </chart:BarSeries> </chart:SfChart.Series>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment