Pre loader

Binding problems VisibleRange in YAxisCollection

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

Hi,

I’m binding SciChart to a ViewModel in the following way:

<sciChart:SciChartSurface DataSet="{Binding Path=ChannelDataSet}"
RenderableSeries="{Binding Path=ChannelSeries}"
XAxis="{Binding Path=TimeAxis}"
YAxes="{Binding Path=YAxisCollection}" />

The YAxisCollection contains three IAxis objects with three different VisibleRanges. The problem is that the set VisibleRanges are ignored by the chart while setting AutoRange to false. I get three Y-Axis on the chart, but the VisibleRange seems to be automatic. What am I doing wrong in my Bindings?

I attached a sample project that points out the issue!

Thanks

  • You must to post comments
0
0

Hi there,

Could you try out to set SciChartSurface.AutoRangeOnStartup=”False”?
Please, let me know if this helps!

Best regards,
Yuriy

  • Joerg Hoehn
    That does the trick! Thanks!!
  • 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