ChartFont Class

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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