Kendo.Mvc.UI.Fluent.ChartYAxisCrosshairTooltipSettingsBuilder
Defines the fluent API for configuring ChartYAxisCrosshairTooltipSettings
Properties
Container
Gets the 1 container.
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<Kendo.Mvc.UI.Fluent.ChartYAxisCrosshairTooltipBorderSettingsBuilder<T>>)
The border options.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartYAxisCrosshairTooltipBorderSettingsBuilder>
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 value value.
Parameters
value System.String
The value for Format
Padding(System.Action<Kendo.Mvc.UI.Fluent.ChartYAxisCrosshairTooltipPaddingSettingsBuilder<T>>)
The padding of the crosshair tooltip. A numeric value will set all paddings.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartYAxisCrosshairTooltipPaddingSettingsBuilder>
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 value 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 value value.
Parameters
templateId System.String
The ID of the template element for Template
Visible(System.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.
Parameters
value System.Boolean
The value for Visible
Visible
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.