Pre loader

Hiding axis and the place occupied by the axis on xamarin.ios

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

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.

Version
2.5.0.946
  • You must to post comments
0
0

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.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies