Pre loader

Line Chart as stacks with common Xaxis for all the stacks

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 Team,
We’re exploring the use of SciChart for data visualization in our Angular application, primarily because of its superior performance.

We have a specific business requirement to create a stacked line chart. The design requires each stack to have its own Y-axis, while all stacks share a common X-axis. We’ve attached a design mockup of the chart we want to achieve.

Our main questions are:

Is this type of stacked chart with independent Y-axes feasible using the SciChart library?

If so, what’s the best approach to implement it?

We’re looking forward to your guidance on how to make this happen.

Thanks,
Viswanath.

Version
4.0.833
Images
  • You must to post comments
0
0

Hello,
Sure, this is feasible. Here is the relevant docuentation page.

BTW, try out using our AI Assistant to help finding the required info.

Instructions:

  • Use SciChart’s Vertically Stacked Axis Layout feature. This enables
    you to stack multiple Y-axes vertically on either side of the chart.

  • Assign individual line series to their respective Y-axes through the
    yAxisId property for each LineRenderableSeries. Add a single X-axis for all series.

  • Customize the layout so each Y-axis has its
    own vertical space without overlapping or horizontal stacking.

Live Demo

Best Regards,
Jim

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.