OptionsLegend
Namespace: Wisej.Web.Ext.ChartJS3
Assembly: Wisej.Web.Ext.ChartJS3
Represents the options for the chart title.
- C#
- VB.NET
public class OptionsLegend : OptionsBase
Public Class OptionsLegend
Inherits OptionsBase
Constructors
OptionsLegend()
Default constructor.
OptionsLegend(owner)
Constructs a new instance of the OptionsLegend set.
| Name | Type | Description |
|---|---|---|
| owner | OptionsBase | The ChartJS3 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)