SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
I’m using Vertical Slice Modifier but, I don’t want to show Tooltip where series intersects.
How can I hide it?
Hi there,
I believe you can set the option VerticalSliceModifier.ShowTooltipOn = Never to hide tooltips.
This option is available on TooltipModifierBase, which means it applies to CursorModifier, VerticalSliceModifier, RolloverModifier and TooltipModifier.
Best regards,
Andrew