Skip to content

Commit

Permalink
Chaned x-axis position and style.
Browse files Browse the repository at this point in the history
  • Loading branch information
juusimaa committed Sep 6, 2015
1 parent 6f772ce commit 060399c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions EuriborSharp/Views/GraphControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ private void SetupAxesAndLinearSeries(TimePeriods period, bool smoothSelected, R
MajorGridlineStyle = LineStyle.Solid,
MinorGridlineStyle = LineStyle.Dot,
StringFormat = Resources.X_AXIS_UNIT,
PositionAtZeroCrossing = true,
AxislineStyle = LineStyle.Solid,
FontSize = 20
};

Expand Down

0 comments on commit 060399c

Please sign in to comment.