Pre loader

Different values on X-Axis

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

Hello there,

I want to switch (per ComboBox) between the data-values at the x-axis:
1. Display data index[x]
2. Display time[x]
3. Display another calculated value[x]

With LabelFormatter it works but there is an issue, My Series0 Time[x] at Index0 is not Series1 Time[x] at Index0. So if I display both series and have (1.) ‘data index’ selected than it works. If I have (2.) ‘time’ selected, it doesn’t because the Series0 Time[x] at Index0 is not Series1 Time[x] at Index0.

How can I solve this?

  • You must to post comments
0
0

Hi Miri,

Please, try having two X axes, each series is bound to its own, with only one axis visible. To hide an axis, you can either set Visibility=Collapsed, or set DrawLabels, DrawTicks = false. So you will need to hide/show a proper axis when the value in the ComboBox changed. Does it make sense for you?

Best regards,
Yuriy

  • 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