API Reference
Class
ChartJsAxisTitle
Represents the axis title configuration.
Inheritance
- Object
- ChartJsAxisTitle
Constructors
public ChartJsAxisTitle() #Inherited Methods
Properties
public Nullable<Boolean> Display { get; set; } #JsonPropertyName("display") JsonIgnore(Condition = 3)Gets or sets whether to display the title.
public String Text { get; set; } #JsonPropertyName("text") JsonIgnore(Condition = 3)Gets or sets the title text.
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 Object Padding { get; set; } #JsonPropertyName("padding") JsonIgnore(Condition = 3)Gets or sets the padding.