API Reference
Class
ChartJsLegendLabels
Represents the legend labels configuration.
Inheritance
- Object
- ChartJsLegendLabels
Constructors
public ChartJsLegendLabels() #Inherited Methods
Properties
public String Color { get; set; } #JsonPropertyName("color") JsonIgnore(Condition = 3)Gets or sets the color.
public ChartJsFont Font { get; set; } #JsonPropertyName("font") JsonIgnore(Condition = 3)Gets or sets the font configuration.
public Nullable<Int32> Padding { get; set; } #JsonPropertyName("padding") JsonIgnore(Condition = 3)Gets or sets the padding.
public Nullable<Boolean> UsePointStyle { get; set; } #JsonPropertyName("usePointStyle") JsonIgnore(Condition = 3)Gets or sets whether to use point style.