Hi ,
I am currently using the DataPointSelectionModifier for StackedColumnRenderableSeriesViewModel and I am having an issue trying to have a single selection that is togglable.
I am currently not AllowingMultiSelection so the default value is SelectionMode.Replace, which, in case you click on the same column, it will deselect that column and then select it again. Is there a way around this?
Best Regards.
- Felipe Gonzalez asked 7 years ago
- last edited 7 years ago
- You must login to post comments
Hi there,
Thanks for your question. SelectionMode.Replace mode deselect all first then select a new one if you click on some. What I can propose is to override SelectSinglePoint method of DataPointSelectionModifier and customize it on your needs.
Best regards, Taras B.
- Taras Bulka answered 7 years ago
- You must login to post comments
Please login first to submit.