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