<graph 
	caption = "Gross Profit (GP) & GP Margin"
	subCaption = "(RM'000 & %)"
	animation = "1"
    baseFont="arial" 
	baseFontSize="10"
	PYAxisName='' 
	SYAxisName=''
	numberPrefix=" " 
	showvalues='0'  
	numDivLines='4' 
	formatNumberScale='0' 
	decimalPrecision='0' 
	anchorSides='10' 
	anchorRadius='4' 
	anchorBorderColor='009900'
	formatNumber='1' 
	chartTopMargin='0'
	showLegend='1'
	
	labelDisplay ="WRAP"
	showValues = "1"
	maxColWidth="40"	
    canvasBaseDepth="3" 
    canvasBgDepth="2"    
    canvasBaseColor="b1b1b1" 
    canvasBgColor="e7e7e7"
	canvasPadding="0" 
	divlinecolor="aaaaaa" 
	valuePadding="5"
>

<categories>
	<category name='2008&#10;(Proforma)' />
	<category name='2009&#10;(Proforma)' />
	<category name='2010&#10;(Proforma)' />
	<category name='2010&#10;(Actual)' />
	<category name='2011&#10;(Actual)' />
	<category name='2011&#10;(Actual)&#10;9 Months&#10;Unaudited' />
</categories>

<dataset color='AFD8F8' showValues='0'>
	<set value='3830' />
	<set value='6883' />
	<set value='11325' />
	<set value='7909' />
	<set value='22714' />
	<set value='21111' />
</dataset>

<dataset color='8BBA00' showValues='1' parentYAxis='S' >
	<set value='58.6' />
	<set value='52.3' />
	<set value='48.4' />
	<set value='47.8' />
	<set value='62.1' />
	<set value='62.8' />
</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 ="1"/>          
        </definition>
        <application>
            <apply toObject = "caption" styles = "CaptionFont"/>
            <apply toObject = "SubCaption" styles = "SubCaptionFont"/>
			<apply toObject = "dataValues" styles = "valueFont"/>
        </application>
    </styles>
	
</graph>