SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
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);
Please login first to submit.