SeriesDefaultsComponent
The default options for all series (see example).
Selector
kendo-chart-series-defaults
Inputs
Name | Type | Default | Description |
---|---|---|---|
border |
|
The border of the series. | |
gap |
|
|
The distance between category clusters. |
highlight |
|
The default highlight configuration. | |
labels |
|
The label configuration of the Chart series.
The Chart displays the series labels when the | |
notes |
|
The | |
overlay |
|
The Chart series overlay options. | |
spacing |
|
|
The space between the Chart series as a proportion of the series width.
The |
stack |
|
|
A Boolean value which indicates if the series has to be stacked.
The stack option is supported when |
tooltip |
|
The configuration options of the Chart series tooltip. | |
type |
|
The default type of the series. | |
visual |
|
A function for creating custom visuals for the points. Applicable for the Bar and Column 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.
| ||||||
|