Pre loader

Why the data range of StackedColumn only get the highet value of a value in renderseries, not the total?

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

Hi everyone,

When I run the example of StackedColumnChart, I see that the data range of YAxis is the highest value of data series, not the sum of them.

Is this a bug or correct behavior of stackedColumn chart.
enter image description here

  • You must to post comments
1
0

That looks correct to me. If you look at the axis, the total column height is 95, and each color block is labeled 56, 17 and 22. Are you looking at the bar labels (which corresponds to only the bar/color it’s sitting in), or the y axis to the right?

How would you expect it to behave?

  • You must to post comments
0
0

Hi Hanvyj,

If you add this line of code:
var dataRange= SciChart.YAxis.DataRange;

You will see that the max of dataRange is 56, I expect it should be 95.

  • You must to post comments
Showing 2 results
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