BootstrapChartTooltipSettings Properties
Stores chart tooltip settings.Name | Description |
---|---|
ArgumentFormat | Specifies a format for arguments of the chart’s series points. |
ArrowLength | Specifies the length of a tooltip’s arrow in pixels. Inherited from BootstrapUIWidgetTooltipSettings. |
Enabled | Specifies whether or not tooltips are enabled. Inherited from BootstrapUIWidgetTooltipSettings. |
Format | Formats the value before it will be displayed in the tooltip. |
OnClientCustomizeTooltip | Specifies a client callback function used to customize the tooltip. Inherited from BootstrapUIWidgetTooltipSettings. |
Shared | Specifies the kind of information to display in a tooltip. |
ShowChartTitleInTooltip | Inherited from BootstrapUIWidgetTooltipSettings. |
ZIndex | Inherited from BootstrapUIWidgetTooltipSettings. |
See Also