API Reference
Class
ChartJsPlugins
Represents the plugins configuration for a Chart.js chart.
Inheritance
- Object
- ChartJsPlugins
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ChartJsOptions.Plugins
Accepted by parameters
- Method ChartJs.Plugins
Constructors
public ChartJsPlugins() #Inherited Methods
Properties
public ChartJsLegend Legend { get; set; } #JsonPropertyName("legend") JsonIgnore(Condition = 3)Gets or sets the legend configuration.
public ChartJsTitle Title { get; set; } #JsonPropertyName("title") JsonIgnore(Condition = 3)Gets or sets the title configuration.
public ChartJsTooltip Tooltip { get; set; } #JsonPropertyName("tooltip") JsonIgnore(Condition = 3)Gets or sets the tooltip configuration.
public Dictionary<String, Object> ExtensionData { get; set; } #JsonExtensionDataGets or sets additional properties for extensibility.