Skip to content

Commit

Permalink
area limit update
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-rodriguez committed Feb 6, 2017
1 parent d0a07d2 commit 059a918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public MaterialCards()
{
new LineSeries
{
AreaLimit = 0,
AreaLimit = -10,
Values = new ChartValues<ObservableValue>
{
new ObservableValue(3),
Expand Down

0 comments on commit 059a918

Please sign in to comment.