Pre loader

about setMinMax and gridlines

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

-1
0

When the axisX.VisibleRange.Max is 5000 and the axisX.VisibleRange.Min is 4600, now I execute these program statements:
double max = Convert.ToDouble(axisX.VisibleRange.Max);
axisX.VisibleRange.SetMinMax(max-5000, max);
The vertical grid line become like the figure 2.png. How can I solve it?

Version
5.1.0
Attachments
  • You must to post comments
0
0

I think you’ve asked this question a few times, and we’ve said a few times “Can you provide code to reproduce?”

Simply setting VisibleRange will not cause gridlines to become jumbled up. If it did, we would have 1,000 bug reports for such a simple thing. So it must be something more complex.

Please provide code how you have setup the chart, or show us how to reproduce it from one of our examples. If so we can help you.

  • 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