ChartSubtitleProps
Represents the props of the KendoReact ChartSubtitle component (see example).
Name | Type | Default | Description |
---|---|---|---|
align? |
|
The alignment of the subtitle. By default, the subtitle has the same alignment as the title. The available options are:
| |
background? |
|
The background color of the subtitle. Accepts a valid CSS color string, including hex and rgb. | |
border? |
|
The border of the subtitle. | |
color? |
|
The text color of the subtitle. Accepts a valid CSS color string, including hex and rgb. | |
font? |
|
The font of the subtitle. | |
margin? |
|
The margin of the subtitle. A numeric value sets all margins. | |
padding? |
|
The padding of the subtitle. A numeric value sets all margins. | |
position? |
|
The position of the subtitle. By default, the subtitle is placed in the same position as the title. The available options are:
| |
text? |
|
The text of the chart subtitle. You can also set the text directly for a title with default options. You can split the text into multiple lines by using the line feed characters ("\n"). | |
visible? |
|
If set to |