ChartPluginsLegend Class

The chart legend displays data about the datasets that are appearing on the chart.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public sealed class ChartPluginsLegend
Inheritance
Object    ChartPluginsLegend

Constructors

ChartPluginsLegendInitializes a new instance of the ChartPluginsLegend class

Properties

Align Alignment of the legend. Default values is 'center'. Other possible values are 'start' and 'end'.
Display Is the legend shown? Default value is 'true'.
FullSize If , Marks that this box should take the full width/height of the canvas (moving other boxes). This is unlikely to need to be changed in day-to-day use.
Labels Label settings for the legend.
MaxHeight Maximum height of the legend, in pixels.
MaxWidth Maximum width of the legend, in pixels.
Position Position of the legend. Default value is 'top'. Other possible value is 'bottom'.
Reverse If , the Legend will show datasets in reverse order.
Rtl If , for rendering of the legends will go from right to left.
TextDirection This will force the text direction 'rtl' or 'ltr' on the canvas for rendering the legend, regardless of the css specified on the canvas
Title Title object

See Also