OptionsLegend

Wisej.Web.Ext.ChartJS.OptionsLegend

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS (3.2.0.0)

Represents the options for the chart title.

public class OptionsLegend : OptionsBase

Constructors

OptionsLegend()

Default constructor.

OptionsLegend(owner)

Constructs a new instance of the OptionsLegend set.

Name
Type
Description

owner

The ChartJS that owns this set of options.

Properties

Display

Boolean: Show the legend block. (Default: True)

Labels

OptionsLegendLabels: Options for the labels in the legend.

Position

HeaderPosition: Position of the legend. (Default: Top)

Last updated

Was this helpful?