<kendo:chart-seriesDefaults>

The default options for all series.

Example

<kendo:chart>
    <kendo:chart-seriesDefaults></kendo:chart-seriesDefaults>
</kendo:chart>

Configuration Attributes

area java.lang.Object

The area chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults area="area">
</kendo:chart-seriesDefaults>

bar java.lang.Object

The bar chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults bar="bar">
</kendo:chart-seriesDefaults>

bubble java.lang.Object

The bubble chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults bubble="bubble">
</kendo:chart-seriesDefaults>

candlestick java.lang.Object

The candlestick chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults candlestick="candlestick">
</kendo:chart-seriesDefaults>

column java.lang.Object

The column chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults column="column">
</kendo:chart-seriesDefaults>

donut java.lang.Object

The donut chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults donut="donut">
</kendo:chart-seriesDefaults>

gap float

The distance between category clusters.

Example

<kendo:chart-seriesDefaults gap="gap">
</kendo:chart-seriesDefaults>

line java.lang.Object

The line chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults line="line">
</kendo:chart-seriesDefaults>

ohlc java.lang.Object

The ohlc chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults ohlc="ohlc">
</kendo:chart-seriesDefaults>

pie java.lang.Object

The pie chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults pie="pie">
</kendo:chart-seriesDefaults>

rangeArea java.lang.Object

The range area chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults rangeArea="rangeArea">
</kendo:chart-seriesDefaults>

scatter java.lang.Object

The scatter chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults scatter="scatter">
</kendo:chart-seriesDefaults>

scatterLine java.lang.Object

The scatterLine chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults scatterLine="scatterLine">
</kendo:chart-seriesDefaults>

spacing float

The space between the chart series as proportion of the series width.

Example

<kendo:chart-seriesDefaults spacing="spacing">
</kendo:chart-seriesDefaults>

stack boolean

A boolean value indicating if the series should be stacked. Further configuration is available via kendo:chart-seriesDefaults-stack.

Example

<kendo:chart-seriesDefaults stack="stack">
</kendo:chart-seriesDefaults>

startAngle float

The start angle (degrees) of the first donut or pie segment.Angles increase clockwise and zero is to the left. Negative values are acceptable.

Example

<kendo:chart-seriesDefaults startAngle="startAngle">
</kendo:chart-seriesDefaults>

type java.lang.String

The default type of the series.The supported values are: area; bar; bubble; bullet; candlestick; column; donut; funnel; pyramid; line; ohlc; pie; polarArea; polarLine; polarScatter; radarArea; radarColumn; radarLine; rangeArea; rangeBar; rangeColumn; scatter; scatterLine; waterfall; verticalArea; verticalBullet; verticalLine or verticalRangeArea.

Example

<kendo:chart-seriesDefaults type="type">
</kendo:chart-seriesDefaults>

verticalArea java.lang.Object

The verticalArea chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults verticalArea="verticalArea">
</kendo:chart-seriesDefaults>

verticalLine java.lang.Object

The verticalLine chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults verticalLine="verticalLine">
</kendo:chart-seriesDefaults>

verticalRangeArea java.lang.Object

The verticalRangeArea chart series options. Accepts all values supported by the series option.

Example

<kendo:chart-seriesDefaults verticalRangeArea="verticalRangeArea">
</kendo:chart-seriesDefaults>

visual java.lang.String

A function that can be used to create a custom visual for the points. Applicable for bar, column, pie, donut, funnel, pyramid, line, scatterLine, rangeBar, rangeColumn and waterfall series. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the point options.; createVisual - a function that can be used to get the default visual.; category - the point category.; dataItem - the point dataItem.; value - the point value.; stackValue - the cumulative point value on the stack. Available only for stackable series.; sender - the chart instance.; series - the point series.; percentage - the point value represented as a percentage value. Available only for donut, pie and 100% stacked charts.; runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series.; total - the sum of all previous series values. Available for waterfall series.; radius - the segment radius. Available for donut and pie series.; innerRadius - the segment inner radius. Available for donut series.; startAngle - the segment start angle. Available for donut and pie series.; endAngle - the segment end angle. Available for donut and pie series.; center - the segment center point. Available for donut and pie series. or points - the segment points. Available for funnel, pyramid, line and scatterLine series..

Example

<kendo:chart-seriesDefaults visual="visual">
</kendo:chart-seriesDefaults>

Configuration JSP Tags

kendo:chart-seriesDefaults-border

The border of the series.

More documentation is available at kendo:chart-seriesDefaults-border.

Example

<kendo:chart-seriesDefaults>
    <kendo:chart-seriesDefaults-border></kendo:chart-seriesDefaults-border>
</kendo:chart-seriesDefaults>

kendo:chart-seriesDefaults-labels

The chart series label configuration.

More documentation is available at kendo:chart-seriesDefaults-labels.

Example

<kendo:chart-seriesDefaults>
    <kendo:chart-seriesDefaults-labels></kendo:chart-seriesDefaults-labels>
</kendo:chart-seriesDefaults>

kendo:chart-seriesDefaults-legendItem

The configuration of the Chart legend item for this series.

More documentation is available at kendo:chart-seriesDefaults-legendItem.

Example

<kendo:chart-seriesDefaults>
    <kendo:chart-seriesDefaults-legendItem></kendo:chart-seriesDefaults-legendItem>
</kendo:chart-seriesDefaults>

kendo:chart-seriesDefaults-notes

The seriesDefaults notes configuration.

More documentation is available at kendo:chart-seriesDefaults-notes.

Example

<kendo:chart-seriesDefaults>
    <kendo:chart-seriesDefaults-notes></kendo:chart-seriesDefaults-notes>
</kendo:chart-seriesDefaults>

kendo:chart-seriesDefaults-overlay

The chart series overlay options.

More documentation is available at kendo:chart-seriesDefaults-overlay.

Example

<kendo:chart-seriesDefaults>
    <kendo:chart-seriesDefaults-overlay></kendo:chart-seriesDefaults-overlay>
</kendo:chart-seriesDefaults>

kendo:chart-seriesDefaults-stack

A boolean value indicating if the series should be stacked.

More documentation is available at kendo:chart-seriesDefaults-stack.

Example

<kendo:chart-seriesDefaults>
    <kendo:chart-seriesDefaults-stack></kendo:chart-seriesDefaults-stack>
</kendo:chart-seriesDefaults>

kendo:chart-seriesDefaults-tooltip

The chart series tooltip configuration options.

More documentation is available at kendo:chart-seriesDefaults-tooltip.

Example

<kendo:chart-seriesDefaults>
    <kendo:chart-seriesDefaults-tooltip></kendo:chart-seriesDefaults-tooltip>
</kendo:chart-seriesDefaults>

Event Attributes

visual String

A function that can be used to create a custom visual for the points. Applicable for bar, column, pie, donut, funnel, pyramid, line, scatterLine, rangeBar, rangeColumn and waterfall series. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the point options.; createVisual - a function that can be used to get the default visual.; category - the point category.; dataItem - the point dataItem.; value - the point value.; stackValue - the cumulative point value on the stack. Available only for stackable series.; sender - the chart instance.; series - the point series.; percentage - the point value represented as a percentage value. Available only for donut, pie and 100% stacked charts.; runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series.; total - the sum of all previous series values. Available for waterfall series.; radius - the segment radius. Available for donut and pie series.; innerRadius - the segment inner radius. Available for donut series.; startAngle - the segment start angle. Available for donut and pie series.; endAngle - the segment end angle. Available for donut and pie series.; center - the segment center point. Available for donut and pie series. or points - the segment points. Available for funnel, pyramid, line and scatterLine series..

Example

<kendo:chart-seriesDefaults visual="handle_visual">
</kendo:chart-seriesDefaults>
<script>
    function handle_visual(e) {
        // Code to handle the visual event.
    }
</script>

Event Tags

kendo:chart-seriesDefaults-visual

A function that can be used to create a custom visual for the points. Applicable for bar, column, pie, donut, funnel, pyramid, line, scatterLine, rangeBar, rangeColumn and waterfall series. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the point options.; createVisual - a function that can be used to get the default visual.; category - the point category.; dataItem - the point dataItem.; value - the point value.; stackValue - the cumulative point value on the stack. Available only for stackable series.; sender - the chart instance.; series - the point series.; percentage - the point value represented as a percentage value. Available only for donut, pie and 100% stacked charts.; runningTotal - the sum of point values since the last "runningTotal" summary point. Available for waterfall series.; total - the sum of all previous series values. Available for waterfall series.; radius - the segment radius. Available for donut and pie series.; innerRadius - the segment inner radius. Available for donut series.; startAngle - the segment start angle. Available for donut and pie series.; endAngle - the segment end angle. Available for donut and pie series.; center - the segment center point. Available for donut and pie series. or points - the segment points. Available for funnel, pyramid, line and scatterLine series..

Example

<kendo:chart-seriesDefaults>
    <kendo:chart-seriesDefaults-visual>
        <script>
            function(e) {
                // Code to handle the visual event.
            }
        </script>
    </kendo:chart-seriesDefaults-visual>
</kendo:chart-seriesDefaults>
In this article
Not finding the help you need?