Pre loader

On Meizu X8 mobile phone, why does the axle label display change line? How to solve it?

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

On Meizu X8 mobile phone, why does the axle label display change line? How to solve it?

IAxis yAxis = sciChartBuilder.newNumericAxis().withAxisAlignment(AxisAlignment.Left).withIsLabelCullingEnabled(false).withGrowBy(0.05d, 0.05d).withDrawMajorBands(false).withMaxAutoTicks(5).withDrawMajorTicks(true).withDrawMinorTicks(false).withAutoRangeMode(AutoRange.Always).build();
    yAxis.setTextFormatting(" 0.0");
    yAxis.setTickProvider(new CalendatTickProvider(6));
    Collections.addAll(surface.getYAxes(), yAxis);
Version
2.1.0.2210
Images
  • Yura Khariton
    Please can you provide entire example which reproduces this issue. For now I can’t reproduce this issue on my PC. Thanks in advance.
  • You must to post comments
Showing 0 results
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