ValueAxisNotesLabel
Represents the value 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.
You can split the text into multiple lines by using line feed characters ( | |
font? |
|
Sets the font style of the label. | |
format? |
|
Sets the format used to display 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 value axis notes label. By default, the value axis notes label is visible. |