Pre loader

Clustered Barchart

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,

is it possible to implement clustered barcharts in SciChart? In extension to this question: If there is a way, can those clustered bars displayed overlapping by e.g. 50 percent.

Many thanks and kind regards,

Silvio

  • You must to post comments
0
0

Hi there,

The closest we have to a clustered bar chart is the Stacked Columns Side by Side example in our examples suite.

You’ll need to use the StackedGroupId property to arrange bars side by side:

<SciChart:StackedColumnRenderableSeries x:Name="columnSeries2" DataPointWidth="0.35" SeriesColor="#333" StackedGroupId="A" FillBrush="{StaticResource chartFill1}"/>

Overlapping by 50%, no I don’t think SciChart supports that. Maybe you could submit a screenshot in your question to show us what you mean?

Thanks!
Andrew

  • 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