<chart
	caption='Analysis of Revenue by Business Segment' 
	subCaption="(In RM'000)" 
    animation = "1"
    baseFont="arial" 
	baseFontSize="9.5"
	decimals="0"
	forceDecimals="1"
    formatNumberScale = "0"
    numberPrefix = "&#160;"
    seriesNameInToolTip = "1"
	showToolTip="1"
    showValues = "0"
    plotSpacePercent = "0"
    labelDisplay = "WRAP"
    maxColWidth="50" 
    canvasBaseDepth="3" 
    canvasBgDepth="2" 
    divlinecolor="aaaaaa" 
    canvasBaseColor="000000" 
    canvasBgColor="FFFFFF"
	canvasPadding="50" 
	valuePadding=""
    hoverCapSepChar=": "
	areaBorderColor='FFFFFF' 
    yAxisMaxValue="25000"
	numVDivLines='4' 
	palette='2'
>
	<categories>		
		<category label='2010' />
		<category label='2009' />
		<category label='2008' />
		<category label='2007&#10;(3 Months)' />		
	</categories>
	<dataset seriesName='Air Time' color = "00bfff">
		<set value='5509' /> 
		<set value='3674' />
		<set value='1808' />
		<set value='750' />
	</dataset>
	<dataset seriesName='Programme Sponsorship' color = "cd5855">
		<set value='5671' />  
		<set value='4156' /> 
		<set value='2128' />
		<set value='600' />
	</dataset>
	<dataset seriesName='Creative & Production' color = "a7c961">
		<set value='12196' /> 
		<set value='5320' />
		<set value='2597' />
		<set value='2151' />
	</dataset>
    <styles>
        <definition>
            <style
                type = "font"
                name = "CaptionFont"
                size = "12"
                color = "0e1d30"/>
            <style
                type = "font"
                name = "SubCaptionFont"
                size = "10"
                color = "0e1d30"/>
        </definition>
        <application>
            <apply toObject = "caption" styles = "CaptionFont"/>
            <apply toObject = "SubCaption" styles = "SubCaptionFont"/>
        </application>
    </styles>
</chart>
