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

ā—¸Layout
<Line2DChart showDataTips="true" styleName="chartStyle" axisTitleStyleName="chartAxisStyle">

<Style>
	.chartStyle{fontSize:11;fontStyle:italic;color:0xff812d;}
	.chartAxisStyle{fontSize:13;fontWeight:bold;color:0x454545;}
</Style>