ChartValueAxisCrosshairTooltipSettingsTagHelper

Example

Razor
<chart-value-axis-crosshair-tooltip>
    <border />
    <padding />
</chart-value-axis-crosshair-tooltip>

ChildTags

Attributes

AttributeTypeDescription
backgroundStringThe background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
colorStringThe text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
fontStringThe tooltip font.
formatStringThe format used to display the tooltip. Uses kendo.format. Contains one placeholder ("{0}") which represents the value value.
positionStringThe position of the crosshair tooltip.
templateStringThe template which renders the tooltip.The fields which can be used in the template are: value - the value value.
template-handlerStringThe template which renders the tooltip.The fields which can be used in the template are: value - the value value. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringThe template which renders the tooltip.The fields which can be used in the template are: value - the value value. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentThe template which renders the tooltip.The fields which can be used in the template are: value - the value value. This option expects the instance containing the created HTML.
visibleBooleanIf set to true the chart will display the value axis crosshair tooltip. By default the value axis crosshair tooltip is not visible.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support