This sample is for using CSS style for the chart.
It is useful to manage the style of charts.

ā—¸Layout
<KoolChart styleName="KoolChartStyle">

<Style>
	.KoolChartStyle{backgroundColor:0xFFFFFF;borderColor:0xFF6600;
			cornerRadius:15;borderThickness:1;borderStyle:solid;}
</Style>