<kendo:chart-seriesItem-connectors>

The label connectors options.

Example

<kendo:chart-seriesItem>
    <kendo:chart-seriesItem-connectors></kendo:chart-seriesItem-connectors>
</kendo:chart-seriesItem>

Configuration Attributes

color java.lang.String

The color of the connector. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:chart-seriesItem-connectors color="color">
</kendo:chart-seriesItem-connectors>

padding float

The padding between the connector line and the label, and connector line and donut chart.

Example

<kendo:chart-seriesItem-connectors padding="padding">
</kendo:chart-seriesItem-connectors>

width float

The width of the connector line.

Example

<kendo:chart-seriesItem-connectors width="width">
</kendo:chart-seriesItem-connectors>

Event Attributes

color String

The color of the connector. Accepts a valid CSS color string, including hex and rgb.

Example

<kendo:chart-seriesItem-connectors color="handle_color">
</kendo:chart-seriesItem-connectors>
<script>
    function handle_color(e) {
        // Code to handle the color event.
    }
</script>

Event Tags

kendo:chart-seriesItem-connectors-color

The color of the connector. Accepts a valid CSS color string, including hex and rgb.

Example

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