ChartPluginsTooltip Class

Tooltip for bubble, doughnut, pie, polar area, and scatter charts https://www.chartjs.org/docs/latest/configuration/tooltip.html

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ChartPluginsTooltip
Inheritance
Object    ChartPluginsTooltip

Constructors

ChartPluginsTooltipInitializes a new instance of the ChartPluginsTooltip class

Properties

BackgroundColor Background color of the tooltip.
BodyAlign Horizontal alignment of the body text lines. left/right/center.
BodyColor Color of body text.
BodyFont The font settings for the tooltip body.
BodySpacing Spacing to add to top and bottom of each tooltip item.
CaretPadding Extra distance to move the end of the tooltip arrow away from the tooltip point.
CaretSize Size, in px, of the tooltip arrow.
DisplayColors If , color boxes are shown in the tooltip.
Enabled Are on-canvas tooltips enabled?
FooterAlign Horizontal alignment of the footer text lines. left/right/center.
FooterColor Color of footer text.
FooterFont The font settings for the tooltip footer.
FooterMarginTop Margin to add before drawing the footer.
FooterSpacing Spacing to add to top and bottom of each footer line.
TitleAlign Horizontal alignment of the title text lines. left/right/center.
TitleColor Color of title text.
TitleFont The font settings for the tooltip title.
TitleMarginBottom Margin to add on bottom of title section.
TitleSpacing Spacing to add to top and bottom of each title line.
XAlign Position of the tooltip caret in the X direction. left/center/right.
YAlign Position of the tooltip caret in the Y direction. top/center/bottom.

See Also