Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Remore label rotation from fault graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Baran Barut committed Dec 2, 2019
1 parent d6c0dfc commit feff5d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Application/PSV/PSVForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,7 @@ public void beginScan()
faultChart.AxisX.Add(new Axis
{
Title = "File Names",
Labels = fileNameList.ToArray(),
LabelsRotation = 15,
Labels = fileNameList.ToArray()
});;

faultListView.AutoResizeColumns(ColumnHeaderAutoResizeStyle.ColumnContent);
Expand Down

0 comments on commit feff5d4

Please sign in to comment.