Pre loader

XAxis in direction from right to left

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

Hello.
I’m just started to use SciChart and I have a question. How I can mirror XAxis in order to values will be increased from right to left. It is not negative scale but this view is more familiar for users (now I remake the old application). P.S. And be the best if additionally you show me how to make static XAxis with chosen range. I see the example in demo’s “Create Realtime Charts” section (my chart will be real-time too), but my application created via MVVM and I think this example not fully applicable to my case (but I fink after some investigation I will can remake example, but if you help me it be easier).

Version
8.1.0.27856
  • You must to post comments
0
0

Hi Fedor

To swap the direction of an axis (and all series on that axis) set Axis.FlippedCoordinates = true

In order to define the axis gridline interval or create a static axis, you have several options:

  • Axis Interval of gridlines/text labels was literally just asked yesterday. See the question here
  • Static Axis is where we fix the labels at positions along the axis, but update the label value (rather than scrolling label values at nice round-numbers). You can see an example of static axis here.

Let me know if this helps,

Best regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.