Pre loader

Legends for waterfall 3d.

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

Is it possible to get a legend for each z-axis line with a waterfall 3d graph. And show/hide each line via the legends?

Version
5
  • You must to post comments
1
0

Hi Karl,

It’s not possible to get a Legend for each line in the Waterfall series, as the legend displays a 1 to 1 relationship to RenderableSeries in the chart.

However, it’s not out of the question to either:

  • Use our built in legend and have N Waterfall Series, each one just add one slice.
  • Use a single Waterfall 3D Series but you would have to write your own custom ItemsControl which displays a list of rows with a checkbox and checking that box you’d have to change the data you input into the Waterfall Series to remove the specific waterfall line.

Option (A) would be the simplest option as the legend supports showing/hiding of a single series via a checkbox already.

Let me know if this helps,

Best regards,
Andrew

  • You must to post comments
0
0

Thank you Andrew.

I went for option A and got the desired outcome.

  • 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