Skip to main content

OptionsLegend

Namespace: Wisej.Web.Ext.ChartJS

Assembly: Wisej.Web.Ext.ChartJS

Represents the options for the chart title.

public class OptionsLegend : OptionsBase

Constructors

Instance memberOptionsLegend()

Default constructor.

Instance memberOptionsLegend(owner)

Constructs a new instance of the OptionsLegend set.

NameTypeDescription
ownerOptionsBaseThe ChartJS that owns this set of options.

Properties

Instance memberDisplay

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

Instance memberLabels

OptionsLegendLabels: Options for the labels in the legend.

Instance memberPosition

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