ChartValueAxisCrosshairTooltipSettingsBuilder
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 ChartValueAxisCrosshairTooltipSettingsBuilder instance.
Border(System.Action)
The border options.
Parameters
configurator - System.Action<ChartValueAxisCrosshairTooltipBorderSettingsBuilder>
The configurator for the border setting.
RETURNS
Returns the current instance of ChartValueAxisCrosshairTooltipSettingsBuilder .
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 ChartValueAxisCrosshairTooltipSettingsBuilder instance.
Font(System.String)
The tooltip font.
Parameters
value - System.String
The value for Font
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder instance.
Format(System.String)
The format used to display the tooltip. Uses kendo.format. Contains one placeholder ("{0}") which represents the value value.
Parameters
value - System.String
The value for Format
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder instance.
Padding(System.Action)
The padding of the crosshair tooltip. A numeric value will set all paddings.
Parameters
configurator - System.Action<ChartValueAxisCrosshairTooltipPaddingSettingsBuilder>
The configurator for the padding setting.
RETURNS
Returns the current instance of ChartValueAxisCrosshairTooltipSettingsBuilder .
Position(System.String)
The position of the crosshair tooltip.
Parameters
value - System.String
The value for Position
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder instance.
Template(System.String)
The template which renders the tooltip.The fields which can be used in the template are: value - the value value.
Parameters
value - System.String
The value for Template
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder instance.
TemplateId(System.String)
The template which renders the tooltip.The fields which can be used in the template are: value - the value value.
Parameters
templateId - System.String
The ID of the template element for Template
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder instance.
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template which renders the tooltip.The fields which can be used in the template are: value - the value value.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder instance.
TemplateHandler(System.String)
The template which renders the tooltip.The fields which can be used in the template are: value - the value value.
Parameters
templateHandler - System.String
The handler that returs the template for Template
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder 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 value value.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder instance.
Visible(System.Boolean)
If set to true the chart will display the value axis crosshair tooltip. By default the value axis crosshair tooltip is not visible.
Parameters
value - System.Boolean
The value for Visible
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder instance.
Visible()
If set to true the chart will display the value axis crosshair tooltip. By default the value axis crosshair tooltip is not visible.
RETURNS
Returns the current ChartValueAxisCrosshairTooltipSettingsBuilder instance.