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

StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder

Methods

Background(System.String)

The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value for Background

Border(System.Action)

The border options.

Parameters

configurator - System.Action<StockChartNavigatorCategoryAxisCrosshairTooltipBorderSettingsBuilder>

The configurator for the border setting.

Color(System.String)

The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value for Color

Font(System.String)

The tooltip font.

Parameters

value - System.String

The value for Font

Format(System.String)

The format used to display the tooltip. Uses kendo.format. Contains one placeholder ("{0}") which represents the category value.

Parameters

value - System.String

The value for Format

Padding(System.Action)

The padding of the crosshair tooltip. A numeric value will set all paddings.

Parameters

configurator - System.Action<StockChartNavigatorCategoryAxisCrosshairTooltipPaddingSettingsBuilder>

The configurator for the padding setting.

Template(System.String)

The template which renders the tooltip.The fields which can be used in the template are: value - the category value.

Parameters

value - System.String

The value for Template

TemplateId(System.String)

The template which renders the tooltip.The fields which can be used in the template are: value - the category value.

Parameters

templateId - System.String

The ID of the template element for Template

TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template which renders the tooltip.The fields which can be used in the template are: value - the category value.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

TemplateHandler(System.String)

The template which renders the tooltip.The fields which can be used in the template are: value - the category value.

Parameters

templateHandler - System.String

The handler that returs the template for Template

Template(Kendo.Mvc.UI.TemplateBuilder)

The template which renders the tooltip.The fields which can be used in the template are: value - the category value.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

Visible(System.Boolean)

If set to true the chart will display the category axis crosshair tooltip. By default the category axis crosshair tooltip is not visible.

Parameters

value - System.Boolean

The value for Visible

Visible()

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?