OptionsPlugins
Namespace: Wisej.Web.Ext.ChartJS3
Assembly: Wisej.Web.Ext.ChartJS3
Represents the options for the plugins.
- C#
- VB.NET
public class OptionsPlugins : OptionsBase
Public Class OptionsPlugins
Inherits OptionsBase
Constructors
OptionsPlugins()
Default constructor.
OptionsPlugins(owner)
Constructs a new instance of the OptionsPlugins set.
| Name | Type | Description |
|---|---|---|
| owner | OptionsBase | The ChartJS3 that owns this set of options. |
Properties
DataLabels
OptionsDataLabels: Options for the data labels.
Legend
OptionsLegend: Options for the chart legend.
Title
OptionsTitle: Options for the chart title.
Tooltip
OptionsTooltips: Options for the chart tooltip.