Pre loader

pointMarker is cropping on top and bottom if the autoRange is enabled on the chart.

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

pointMarker max and min values marker are cropped when autoRange is enabled. Check the attached image.

Version
1.2.1452
Images
  • You must to post comments
0
0

Hi Arun

The AutoRange algorithm in SciChart calculates the data-point position, It does not take into account the size of the pointmarker.

You can provide a little padding to the axis by setting the GrowBy property:

    const yAxis = new NumericAxis(wasmContext);
    yAxis.growBy = new NumberRange(0.1, 0.1);

This means ‘Apply a padding of 10% to the top and 10% to the bottom of the YAxis.

Try a small number like 0.05 or 0.01 and see if it makes the visual appearance better.

Best regards,
Andrew

  • 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