New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartCategoryAxisCrosshairTooltipSettingsTagHelper

Example

<chart-category-axis-crosshair-tooltip>
    <border />
    <padding />
</chart-category-axis-crosshair-tooltip>

ChildTags

Tag Name Details
border ChartCategoryAxisCrosshairTooltipBorderSettingsTagHelper
padding ChartCategoryAxisCrosshairTooltipPaddingSettingsTagHelper

Attributes

Attribute Type Description
background String The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
color String The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
font String The tooltip font.
format String The format used to display the tooltip. Uses kendo.format. Contains one placeholder ("{0}") which represents the category value.
position String The position of the crosshair tooltip.
template String The template which renders the tooltip.The fields which can be used in the template are: value - the category value.
template-handler String The template which renders the tooltip.The fields which can be used in the template are: value - the category value.
template-id String The template which renders the tooltip.The fields which can be used in the template are: value - the category value.
template-view IHtmlContent The template which renders the tooltip.The fields which can be used in the template are: value - the category value.
visible Boolean If set to true the chart will display the category axis crosshair tooltip. By default the category axis crosshair tooltip is not visible.
In this article
Not finding the help you need?