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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

Border(System.Action)

The border options.

Parameters

configurator - System.Action<StockChartNavigatorCategoryAxisCrosshairTooltipBorderSettingsBuilder>

The configurator for the border setting.

RETURNS

Returns the current instance of StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder .

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

Font(System.String)

The tooltip font.

Parameters

value - System.String

The value for Font

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

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.

RETURNS

Returns the current instance of StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder .

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

Template(Kendo.Mvc.UI.Fluent.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.

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.

Visible()

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder instance.