ChartPlugins Class

Definition

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