Pre loader

some questions about the grid line

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

1,Is the grid line too dense, can it be reduced?
2,Can the grid lines marked by red frames be hidden?

Version
2.0.0.1884
Images
  • You must to post comments
0
0

Hi Huang,

  1. Yes you can reduce amount of tick by setting MaxAutoTicks property:

    sciChartBuilder.newNumericAxis().withMaxAutoTicks(3).build();
    

If you need more information about this then I would suggest to take a look on our documentation.

  1. You can disable drawing of minor and major tick by setting appropriate properties on axis:

    sciChartBuilder.newNumericAxis().withDrawMajorTicks(false).withDrawMinorTicks(false).build();
    

Hope this will help you!

Best regards,
Yura

  • 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