Pre loader

OhclChart - Y axis autorange problem

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, I used example “Realtime Ticking Stock Charts” from yout SciChart application. It works fine.But when I load another data from other source then I have problem with AutoRange Y axis. The AutoRange feature does not work properly. See attachment, the left part of image shows zoomed chart, the right part unzoomed. You can see that on left image are cut under value 11834. The AutoRange is set to Always and data are ordered by time. Where could be the problem?

Thanks

Version
5.0.0.10963
Images
  • Volmer
    I have the same problem with version 6.2.0.13254. Following simple data leads to cut values at top and bottom of the chart when using AutoRange.Always: for (int i = 0; i < 10; i++) _ohlcSeries.Append(DateTime.Now + new TimeSpan(i, 0, 0), i – 2, i – 3, i + 3, i + 2);
  • Andrew Burnett-Thompson
    In the screenshot above you can see wicks behind the candlesticks, suggesting data is incorrect (High/Low may be reversed or incorrect). The OHLC / Candlestick series in SciChart use the high/low values to determine autorange. Double check these are correct. If you still have problems, consider opening a new forum question with steps to reproduce.
  • You must to post comments
0
0

I am considering applying server-side licensing for my javerScript application.

In the document below, there is a phrase “Our server-side licensing component is written in C++.”
(https://support-dev.scichart.com/index.php?/Knowledgebase/Article/View/17256/42/)

However, there is only asp.net sample code on the provided github.
(https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-dotnet-server-licensing)

I wonder if there is a sample code implemented in C++ for server-side licensing.

Can you provide c++ sample code?
Also, are there any examples to run on Ubuntu?

  • 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