Pre loader

How to make the y-axis fixed so that it can't be changed dynamically?

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

I want to show my values between (-10,60) but the y axis is adjusting automatically according to data .

Version
latest version
  • You must to post comments
0
0

Hi Vipul,

Have you tried to set AutoRange = Never and then set VisibleRange = (-10, 60):

final NumericAxis yAxis = sciChartBuilder.newNumericAxis()
                .withAutoRangeMode(AutoRange.Never)
                .withVisibleRange(new DoubleRange(-10d, 60d))
                .build();

Hope this will help you!

Best regards,
Yura

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