OptionsBase
Namespace: Wisej.Web.Ext.ChartJS3
Assembly: Wisej.Web.Ext.ChartJS3
Base class for all the option classes.
- C#
- VB.NET
public class OptionsBase : ICloneable
Public Class OptionsBase
Inherits ICloneable
Methods
Update()
Updates the ChartJS3 control using this set of options.
Inherited By
| Name | Description |
|---|---|
| OptionsAxisGrid | Specifies the grid line configuration for each axis. |
| OptionsDataLabels | Represents the options for the data label. |
| OptionsLegend | Represents the options for the chart title. |
| OptionsPlugins | Represents the options for the plugins. |
| OptionsScales | Represents the options for the axes. |
| OptionsTitle | Represents the options for the chart title. |
| OptionsTooltips | Represents the options for the chart tooltips. |