XAxisNotesLabel
Represents the X-axis notes label options.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
Sets the background color of the label. Accepts a valid CSS color string, including HEX and RGB. | |
border? |
|
Configures the border of the label. | |
color? |
|
Sets the text color of the label. Accepts a valid CSS color string, including HEX and RGB. | |
content? |
|
Sets the function which returns the label content.
The function argument contains a | |
font? |
|
Sets the font style of the label. | |
format? |
|
Sets the format for displaying the notes label.
Uses the | |
position? |
|
Sets the position of the labels. | |
rotation? |
|
Sets the rotation angle of the label. By default, the label is not rotated. | |
visible? |
|
Determines if the Chart displays the X-axis notes label. By default, the X-axis notes label is visible. |