ChartSeriesDefaultsProps
Represents the props of the KendoReact ChartSeriesDefaults component (see example).
Name | Type | Default | Description |
---|---|---|---|
border? |
|
The border of the series. | |
gap? |
|
The distance between category clusters. | |
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. The supported values are:
| |
visual? |
|
A function for creating custom visuals for the points. Applicable for the Bar and Column series. The available argument fields are:
|