<kendo:chart-seriesItem-labels-from-border>
The border of the from labels.
Example
<kendo:chart-seriesItem-labels-from>
<kendo:chart-seriesItem-labels-from-border></kendo:chart-seriesItem-labels-from-border>
</kendo:chart-seriesItem-labels-from>
Configuration Attributes
color java.lang.String
The color of the border. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-seriesItem-labels-from-border color="color">
</kendo:chart-seriesItem-labels-from-border>
dashType java.lang.String
The dash type of the border.The following dash types are supported: "dash" - a line consisting of dashes; "dashDot" - a line consisting of a repeating pattern of dash-dot; "dot" - a line consisting of dots; "longDash" - a line consisting of a repeating pattern of long-dash; "longDashDot" - a line consisting of a repeating pattern of long-dash-dot; "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot or "solid" - a solid line.
Example
<kendo:chart-seriesItem-labels-from-border dashType="dashType">
</kendo:chart-seriesItem-labels-from-border>
width float
The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.
Example
<kendo:chart-seriesItem-labels-from-border width="width">
</kendo:chart-seriesItem-labels-from-border>
Event Attributes
color String
The color of the border. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-seriesItem-labels-from-border color="handle_color">
</kendo:chart-seriesItem-labels-from-border>
<script>
function handle_color(e) {
// Code to handle the color event.
}
</script>
dashType String
The dash type of the border.The following dash types are supported: "dash" - a line consisting of dashes; "dashDot" - a line consisting of a repeating pattern of dash-dot; "dot" - a line consisting of dots; "longDash" - a line consisting of a repeating pattern of long-dash; "longDashDot" - a line consisting of a repeating pattern of long-dash-dot; "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot or "solid" - a solid line.
Example
<kendo:chart-seriesItem-labels-from-border dashType="handle_dashType">
</kendo:chart-seriesItem-labels-from-border>
<script>
function handle_dashType(e) {
// Code to handle the dashType event.
}
</script>
width String
The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.
Example
<kendo:chart-seriesItem-labels-from-border width="handle_width">
</kendo:chart-seriesItem-labels-from-border>
<script>
function handle_width(e) {
// Code to handle the width event.
}
</script>
Event Tags
kendo:chart-seriesItem-labels-from-border-color
The color of the border. Accepts a valid CSS color string, including hex and rgb.
Example
<kendo:chart-seriesItem-labels-from-border>
<kendo:chart-seriesItem-labels-from-border-color>
<script>
function(e) {
// Code to handle the color event.
}
</script>
</kendo:chart-seriesItem-labels-from-border-color>
</kendo:chart-seriesItem-labels-from-border>
kendo:chart-seriesItem-labels-from-border-dashType
The dash type of the border.The following dash types are supported: "dash" - a line consisting of dashes; "dashDot" - a line consisting of a repeating pattern of dash-dot; "dot" - a line consisting of dots; "longDash" - a line consisting of a repeating pattern of long-dash; "longDashDot" - a line consisting of a repeating pattern of long-dash-dot; "longDashDotDot" - a line consisting of a repeating pattern of long-dash-dot-dot or "solid" - a solid line.
Example
<kendo:chart-seriesItem-labels-from-border>
<kendo:chart-seriesItem-labels-from-border-dashType>
<script>
function(e) {
// Code to handle the dashType event.
}
</script>
</kendo:chart-seriesItem-labels-from-border-dashType>
</kendo:chart-seriesItem-labels-from-border>
kendo:chart-seriesItem-labels-from-border-width
The width of the border in pixels. By default the border width is set to zero which means that the border will not appear.
Example
<kendo:chart-seriesItem-labels-from-border>
<kendo:chart-seriesItem-labels-from-border-width>
<script>
function(e) {
// Code to handle the width event.
}
</script>
</kendo:chart-seriesItem-labels-from-border-width>
</kendo:chart-seriesItem-labels-from-border>