ChartPlugins Class

Definition

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

Constructors

ChartPluginsInitializes a new instance of the ChartPlugins class

Properties

Datalabels Labels and their settings for the chart data
Legend The chart legend displays data about the datasets that are appearing on the chart.
Title The chart title defines text to draw at the top of the chart. https://www.chartjs.org/docs/latest/configuration/title.html
Tooltip Tooltip for the element. https://www.chartjs.org/docs/latest/configuration/tooltip.html

See Also