SeriesDefaultsComponent
Represents the default options for all Chart series (see example).
<kendo-chart>
<kendo-chart-series-defaults type="line">
<kendo-chart-series-defaults-labels format="c"></kendo-chart-series-defaults-labels>
<kendo-chart-series-defaults-notes position="above"></kendo-chart-series-defaults-notes>
<kendo-chart-series-defaults-tooltip [visible]="true"></kendo-chart-series-defaults-tooltip>
</kendo-chart-series-defaults>
</kendo-chart>
Selector
kendo-chart-series-defaults
Inputs
Name | Type | Default | Description |
---|---|---|---|
border |
|
Specifies the border configuration of the series. | |
focusHighlight? |
|
Specifies the focus highlight configuration of the series. | |
gap |
|
|
Specifies the distance between category clusters. |
highlight |
|
Specifies the highlight configuration of the series. | |
labels |
|
Specifies the labels configuration of the series. | |
notes |
|
Specifies the notes configuration of the series. | |
overlay |
|
Specifies the overlay configuration of the series. | |
spacing |
|
|
Specifies the space between the Chart series as a proportion of the series width.
Use this option when |
stack |
|
|
Determines whether the series has to be stacked.
Use this option when |
tooltip |
|
Specifies the tooltip configuration of the series. | |
type |
|
Specifies the type of the series. | |
visual |
|
Specifies a function that returns a visual element for the series. |
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
| ||||||
|