<kendo:stockChart-chartArea-border>
The border of the chart area.
Example
<kendo:stockChart-chartArea>
<kendo:stockChart-chartArea-border></kendo:stockChart-chartArea-border>
</kendo:stockChart-chartArea>
Configuration Attributes
color java.lang.String
The color of the border.
Example
<kendo:stockChart-chartArea-border color="color">
</kendo:stockChart-chartArea-border>
dashType java.lang.String
The dash type of the border.
Example
<kendo:stockChart-chartArea-border dashType="dashType">
</kendo:stockChart-chartArea-border>
width float
The width of the border.
Example
<kendo:stockChart-chartArea-border width="width">
</kendo:stockChart-chartArea-border>