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

ChartYAxisCrosshairTooltipSettingsTagHelper

Example

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

ChildTags

Tag Name Details
border ChartYAxisCrosshairTooltipBorderSettingsTagHelper
padding ChartYAxisCrosshairTooltipPaddingSettingsTagHelper

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 value 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 value value.
template-handler String The template which renders the tooltip.The fields which can be used in the template are: value - the value value.
template-id String The template which renders the tooltip.The fields which can be used in the template are: value - the value value.
template-view IHtmlContent The template which renders the tooltip.The fields which can be used in the template are: value - the value value.
visible Boolean If set to true the chart will display the scatter chart y axis crosshair tooltip. By default the scatter chart y axis crosshair tooltip is not visible.
In this article
Not finding the help you need?