I want to hide the axis and the place occupied by the axis on xammarin.iOS, i’am using below code to do the same, the problem here is it does hide the axis but it is not removing the place occupied by axis,
Axis.IsVisible = false;
is it the right way to hide the axis and remove the place occupied by it, or am I missing something here.
- [email protected] asked 5 years ago
- last edited 5 years ago
- You must login to post comments
Hello. To control the size occupied by axis, there are properties:
leftAxisAreaForcedSize, rightAxisAreaForcedSize, topAxisAreaForcedSize and bottomAxisAreaForcedSize.
To remove the space occupied by axes completely, please try to assign 0 value to corresponding property (in addition to setting isVisible = false).
Regards,
Andriy.
- Andriy Shkinder answered 5 years ago
- You must login to post comments
Please login first to submit.