PlotBandLabel
The appearance configuration for the plot band label.
Name | Type | Default | Description |
---|---|---|---|
align? |
|
The horizontal alignment of the label text. By default, the label is aligned to the left. The positioning of the label within a plot band can be set to | |
background? |
|
The background color of the label. Accepts a valid CSS color string, including hex and rgb. | |
border? |
|
The border of the label. | |
color? |
|
The color of the plot band label text.
Accepts a valid CSS | |
font? |
|
The font of the plot band label text.
Accepts a valid CSS | |
margin? |
|
The margin of the label. A numeric value sets all margins. | |
padding? |
|
The padding of the label. A numeric value sets all paddings. | |
position? |
|
The vertical position of the label inside the plot band. By default, the label is aligned to the top. The positioning of the label within a plot band can be set to | |
rotation? |
|
The rotation angle of the label. By default, the label is not rotated. | |
text? |
|
The text of the label. The text can be split into multiple lines by using line feed characters ("\n"). | |
visible? |
|
If set to | |
visual? |
|
A function that can be used to create a custom visual for the label. |