ChartPluginsTooltipFont Class

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class ChartPluginsTooltipFont
Inheritance
Object    ChartPluginsTooltipFont

Constructors

ChartPluginsTooltipFontInitializes a new instance of the ChartPluginsTooltipFont class

Properties

Family Default font family for all text, follows CSS font-family options. 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
LineHeight Height of an individual line of text https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
Size Default font size (in px) for text. Does not apply to radialLinear scale point labels.
Style Default font style. Does not apply to tooltip title or footer. Does not apply to chart title. Follows CSS font-style options (i.e. normal, italic, oblique, initial, inherit).
Weight Default font weight (boldness). https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight

See Also