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
- You must login to post comments
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
- Andrew Burnett-Thompson answered 8 years ago
-
Thanks Andrew, this worked great.
- You must login to post comments
Please login first to submit.