ChartAxesTitle Class

The chart title defines text to draw at the top of the chart. https://www.chartjs.org/docs/latest/configuration/title.html

Definition

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

Constructors

ChartAxesTitleInitializes a new instance of the ChartAxesTitle class

Properties

Alignment Alignment of the title. Options are: 'start', 'center', and 'end'
Color Color of text.
Display Is the title shown?
Font Font settings for the title.
Text Human-readable label for the title.
TitleAlignment Alignment of the title

See Also