SeriesDefaults
Represents the configuration options of the series.
Definition
Package:@progress/kendo-angular-charts
Properties
Default settings for candlestick series.
Specifies the focus highlight configuration options.
gap?
number
Specifies the distance between category clusters.
Specifies the default highlight configuration.
Specifies the label configuration of the Chart series.
Displays the series labels when the seriesDefaults.labels.visible option is set to true.
Specifies the seriesDefaults notes configuration.
Default settings for polarArea series.
Default settings for polarLine series.
Default settings for polarScatter series.
Default settings for radarArea series.
Default settings for radarColumn series.
Default settings for radarLine series.
Default settings for rangeArea series.
Default settings for rangeColumn series.
Default settings for scatterLine series.
spacing?
number
Specifies the space between the Chart series as a proportion of the series width.
The spacing option is supported when series.type is set to "bar", "column", "candlestick", "ohlc",
and "waterfall".
stack?
string | boolean | SeriesStack
Determines whether the series has to be stacked.
This option is supported when series.type is set to "bar", "column", "line", "area",
"verticalLine", "verticalArea", "radarLine", "radarArea", and "radarColumn".
Specifies the configuration options of the Chart series tooltip.
Specifies the default type of the series.
Default settings for verticalArea series.
Default settings for verticalBullet series.
Default settings for verticalLine series.
Default settings for verticalRangeArea series.
Specifies a function for creating custom visuals for the points. Applicable for the Bar and Column series.
Default settings for waterfall series.