I’m building a Kendo Chart in a razor view and have
.Tooltip(tooltip => tooltip.Visible(true))
Is there any other function on the configuration action that I can use to include the series category title on the tooltip?
The documentation for Template() and Format() appear to be for JS implementations rather than razor implementations.
You can add in a specific template and format like so:
This would give you a tooltip that looks like:
I believe that using the Template and Format helpers together may cause some conflict, but you can add a format into the template like this: