Kendo.Mvc.UI.StockChartNavigatorCategoryAxisCrosshairTooltipSettings
Kendo UI StockChartNavigatorCategoryAxisCrosshairTooltipSettings class
Properties
Background
The background color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
Border
The border options.
Color
The text color of the tooltip. Accepts a valid CSS color string, including hex and rgb.
Font
The tooltip font.
Format
The format used to display the tooltip. Uses kendo.format. Contains one placeholder ("{0}") which represents the category value.
Padding
The padding of the crosshair tooltip. A numeric value will set all paddings.
Template
The template which renders the tooltip.The fields which can be used in the template are: value - the category value.
TemplateId
The id of the script element used for Template
Visible
If set to true the chart will display the category axis crosshair tooltip. By default the category axis crosshair tooltip is not visible.
Methods
SerializeSettings
Serialize current instance to Dictionary