ChartPluginsLegendLabels Class

Definition

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

Constructors

ChartPluginsLegendLabelsInitializes a new instance of the ChartPluginsLegendLabels class

Properties

BorderRadius Override the borderRadius to use.
BoxHeight Height of the coloured box
BoxWidth Width of coloured box.
Color Color of label and the strikethrough.
Font Font settings for the legend labels.
Padding Padding between rows of colored boxes.
PointStyle If specified, this style of point is used for the legend. Only used if UsePointStyle is .
PointStyleWidth If UsePointStyle is , the width of the point style used for the legend.
UseBorderRadius Label borderRadius will match corresponding BorderRadius.
UsePointStyle If , Label style will match corresponding point style (size is based on pointStyleWidth or the minimum value between BoxWidth and Font -> Size).

See Also