Disabling tooltips in a line chart?

I have tried disabling tooltips via the tag, but Visual Studio tells me that that tag does not exist? And at the moment, is there a way to disable tooltips for a single line series?

Thank you

Hi @aliocamlibel,

Welcome to the Radzen community!

You can disable the tooltip globally via RadzenTooltipOptions - set the Visible property to false.

Hey I tried that tag and put it as a child of RadzenChart, but Visual Studio is giving me an error saying it's not a valid tag... Am I missing a using statement maybe?

Indeed I forgot that we renamed that to RadzenChartTooltipOptions. Sorry for the confusion. Will fix the documentation.

Thanks. RadzenChartTooltipOptions worked great. Any plans to allow disabling tooltips for specific series?