Skip to content

Commit

Permalink
Merge pull request #52 from evoto-tech/ui/finish
Browse files Browse the repository at this point in the history
Wrap chart title
  • Loading branch information
MetalMichael authored Apr 14, 2017
2 parents c71193e + 6ca0a86 commit b775a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EvotoClient/Views/ChartView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
Grid.Column="0"
Text="{Binding Question}"
VerticalAlignment="Center"
TextWrapping="Wrap"
Padding="16 0 0 0"></TextBlock>
<chartingToolkit:Chart x:Name="Chart" BorderThickness="0" Grid.Row="1" Grid.Column="0">
<chartingToolkit:PieSeries ItemsSource="{Binding Data}"
Expand Down

0 comments on commit b775a17

Please sign in to comment.