SeriesDefaultsLabelsComponent
Represents the configuration of the Chart series labels.
<kendo-chart>
<kendo-chart-series-defaults>
<kendo-chart-series-defaults-labels format="c">
</kendo-chart-series-defaults-labels>
</kendo-chart-series-defaults>
</kendo-chart>
Selector
kendo-chart-series-defaults-labels
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Specifies the background color of the labels. | |
border |
|
Specifies the border configuration of the labels. | |
color |
|
Specifies the text color of the labels. | |
content |
|
Specifies a function that returns the content of the labels. | |
font |
|
|
Specifies the font style of the labels. |
format |
|
|
Specifies the format of the labels. Uses the |
from |
|
Specifies the | |
margin |
|
|
Specifies the margin of the labels. A numeric value sets all margins. |
padding |
|
|
Specifies the padding of the labels. A numeric value sets all paddings. |
to |
|
Specifies the | |
visible |
|
|
Determines whether the Chart displays the series labels. |
visual |
|
Specifies a function that creates a custom visual for the labels. |
Methods
notifyChanges | ||||||
---|---|---|---|---|---|---|
Updates the component fields with the specified values and refreshes the Chart. Use this method when the configuration values cannot be set through the template. ts
| ||||||
|