Skip to content

Commit

Permalink
add median label
Browse files Browse the repository at this point in the history
  • Loading branch information
bg117 committed Mar 4, 2023
1 parent 90654f8 commit a2f6ebd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FrequencyDistributionTable/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@
<TextBlock>
Mean: <Run Text="{Binding Mean,Mode=OneWay,UpdateSourceTrigger=PropertyChanged}"/>
</TextBlock>
<TextBlock>
Median: <Run Text="{Binding Median,Mode=OneWay,UpdateSourceTrigger=PropertyChanged}"/>
</TextBlock>
</StackPanel>
</StackPanel>
</Border>
Expand Down

0 comments on commit a2f6ebd

Please sign in to comment.