Pre loader

How to remove the lines that protrude at the edge of the chart in library scichart android?

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 hope you can help me, please. Is it possible to remove the lines that protrude on the edge of the graphics, as shown in the image? If so, what would be the procedure?

Thank you very much in advance…

Version
V1 SDK
Images
  • You must to post comments
0
0

Hi Julio,

Please try to set drawMinorTicks and drawMajorTicks flags to false for your X and Y axes. You can find more information about these properties in our documentation. Here is the code sample:

final IAxis axis = new NumericAxis(getActivity());

axis.setDrawMajorTicks(false);
axis.setDrawMinorTicks(false);

Hope this will help you!

Best regards,
Yura

  • Julio Olivos
    Thanks for the quick response, effectively with these methods and solved my problem, thank you very much.
  • 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