<chart 
	caption="Gross Profit (GP) & GP Margin"
	subCaption = "(IN RM'000 & %) "
	palette='2' 
	PYAxisName="" 
	SYAxisName="" 
	xAxisName="" 
	animation="1" 
	showValues="0" 
	formatNumberScale="0" 
	labelDisplay="WRAP" 
	seriesNameInToolTip="0"
	baseFontSize="9"
	baseFontColor="000000"
	baseFont="arial"
	canvasBaseDepth="3" 
    canvasBgDepth="2"
    canvasBaseColor="666666" 
    canvasBgColor="ffffff"
	canvasPadding="10"
	valuePadding="4"
	maxColWidth="45"
	divlinecolor="aaaaaa"
	decimals="1"
	forceDecimals="0"
	
	anchorSides='10' 
	anchorRadius='3' 
	anchorBorderColor='0099ff'
	
	SYAxisMaxValue=""
	numberPrefix=""
	numberSuffix=""
	

>
<!--
/<categories>
//	<category label='2008&#10;(Proforma)' />
//	<category label='2009&#10;(Proforma)' />
//	<category label='2010&#10;(Proforma)' />
//	<category label='2010&#10;(Actual)' />
//	<category label='2011&#10;(Actual)' />
//	<category label='2011&#10;(Actual)&#10;9 Months&#10;Unaudited' />
//</categories>
-->
<categories FontSize="9" font="arial" fontColor="000000">	
	<category label='2009&#10;Proforma' />
	<category label='2010&#10;Proforma' />
	<category label='2011&#10;Actual' />
	<category label='2012&#10;Actual' />
	<category label='2013&#10;Actual&#10;9 Months&#10;(Unaudited)' />
</categories>

<dataset seriesName="Gross Profit (RM'000)" color="db443f" parentYAxis="P" showValues="0" >
	<set value='6883' />
	<set value='11325' />
	<set value='22714' />
	<set value='27817' />
	<set value='17783' />
</dataset>
<dataset seriesname="GP Margin (%)" showValues="1" parentYAxis="S" color="0099ff">
	<set value='52.3' />
	<set value='48.4' />
	<set value='62.1' />
	<set value='62.1' />
	<set value='59.7'/>
</dataset>

<styles>
	<definition>
		<style type="font" name="CaptionFont" size="12" color="0e1d30" />
		<style type="font" name="SubCaptionFont" size="10" color="0e1d30"  />
        <style type="font" name="valueFont" leftMargin="0"/>   
	</definition>
	<application>
		<apply toObject="caption" styles="CaptionFont" />
		<apply toObject="SubCaption" styles="SubCaptionFont" />
		<apply toObject="dataValues" styles="valueFont"/>
	</application>
</styles>
</chart>