ChartFont Class

Definition

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

Constructors

ChartFontInitializes a new instance of the ChartFont 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