I have a chart with multiple series, and I would like to have the RolloverModifier behavior for all selected series, but with a single tooltip combining the values for all selected series rather than a separate tooltip per series (similar to the CursorModifier)
Is there a way to do one of the following?
- Merge the tooltips from the RolloverModifier?
OR - Only show the vertical crosshair from the CursorModifier, and snap the crosshair to the closest point in the series?
The RolloverModifier is closer to the behavior I want, the only change I would want is the merged tooltip.
- Brandon Dybala asked 3 years ago
- You must login to post comments
Hi Brandon,
You can create the custom modifier based on the RolloverModifier.
Attached is an example which shows the implementation details.
For more information about custom modifiers, please take a look at the following documentation:
https://www.scichart.com/documentation/win/current/webframe.html#Custom_Modifiers_%E2%80%93_ChartModifierBase_API.html
Best regards,
Dmytro
- Dmytro Herasymenko answered 3 years ago
- You must login to post comments
Please login first to submit.