Skip to main content

OptionsPlugins

Namespace: Wisej.Web.Ext.ChartJS3

Assembly: Wisej.Web.Ext.ChartJS3

Represents the options for the plugins.

public class OptionsPlugins : OptionsBase

Constructors

Instance memberOptionsPlugins()

Default constructor.

Instance memberOptionsPlugins(owner)

Constructs a new instance of the OptionsPlugins set.

NameTypeDescription
ownerOptionsBaseThe ChartJS3 that owns this set of options.

Properties

Instance memberDataLabels

OptionsDataLabels: Options for the data labels.

Instance memberLegend

OptionsLegend: Options for the chart legend.

Instance memberTitle

OptionsTitle: Options for the chart title.

Instance memberTooltip

OptionsTooltips: Options for the chart tooltip.