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