Pre loader

Select One or More Columns from a ColumnSeries

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

Answered
1
0

Hello,

I have the need to be able to select a single column or a set of columns from either a FastColumnRenderableSeries or a StackedColumnRenderableSeries.

Is there an out-of-the-box way to do this?

If negative, could you provide me some guidance as to what I could do?

Thank you.

Kind regards,
Sebastian

Version
4.0.6.8482
  • You must to post comments
Best Answer
0
0

Hi Sebastian,

Have you tried the DataPointSelectionModifier? This adds a PointMetadata derived type to the series point with IPointMetadata.IsSelected = true. You can later use this IsSelected = true to render the selected column differently via our PaletteProvider API, specifically the IFillPaletteProvider.

Let me know if this helps,

Best regards,
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