Visual error and crash in iOS
Posted: Thu Jun 04, 2015 8:59 pm
Hi,
I'm using TeeChart for Xamarin.iOS v2015 4.15.05.26.
The attached test project displays a very simple bar chart. However, I'm facing two issues:
1) When the bottom axis labels have a 90 degree angle, the labels are cut off (the last letter of each label is missing). I know that version 4.15.05.26 was supposed to fix this issue, but it did not.
2) I'm trying to get horizontal grid lines to appear on the chart area. In order to do this, I configure Axes.Left.Grid appropriately. However, this leads to a crash. Only if I uncomment the following line:
the charts works without crashing, but I don't get any grid lines in that case (of course). Note that the same code used to work in previous versions - it stopped working when I migrated my project to iOS unified.
Any help would be appreciated.
I'm using TeeChart for Xamarin.iOS v2015 4.15.05.26.
The attached test project displays a very simple bar chart. However, I'm facing two issues:
1) When the bottom axis labels have a 90 degree angle, the labels are cut off (the last letter of each label is missing). I know that version 4.15.05.26 was supposed to fix this issue, but it did not.
2) I'm trying to get horizontal grid lines to appear on the chart area. In order to do this, I configure Axes.Left.Grid appropriately. However, this leads to a crash. Only if I uncomment the following line:
Code: Select all
this.Chart.Axes.Left.Grid.Visible = false;
Any help would be appreciated.