Sign in to follow this  
Guest Madhumita

Can we show any shadow between two lines

Recommended Posts

I have used following xml :

<chart  caption='Daily Visit Lengths' xAxisName=' ' yAxisName='Visits' labelDisplay='Rotate' seriesNameInToolTip='1' slantLabels='1'  canvasPadding='50'  lineThickness='1' showValues='0' formatNumberScale='0' anchorRadius='2' divLineAlpha='100' divLineColor='CADCE6' divLineIsDashed='1' showAlternateHGridColor='1' alternateHGridColor='000000'  shadowAlpha='10' labelStep='1' numvdivlines='5' chartRightMargin='35' bgColor='CADCE6,F0F0F0'  bgAngle='270' bgAlpha='100,0' alternateHGridAlpha='5' exportEnabled='1' exportAtClient='0' exportFileName='CEM4Mobile' exportAction='download' exportHandler='/cem4mobile-portal/movies/' > <categories> <category label='03.12.2009'/>   <category label='04.12.2009'/> <vLine color='#ffghx' thickness='1' /> <category label='05.12.2009'/> <vLine color='#ggfff' thickness='1' />   <category label='06.12.2009'/> <vLine color='#ffghx' thickness='1' /> <category label='07.12.2009'/>   <vLine color='#ggfff' thickness='1' />   <category label='08.12.2009'/> <category label='09.12.2009'/> </categories> <dataset seriesname='Singlepage visits' color='#FF0000' anchorBorderColor='#FF0000' anchorBgColor='#FF0000'>   <set value='7189'/> <set value='6645'/> <set value='7266'/> <set value='6970'/> <set value='7351'/> <set value='7602'/> <set value='8275'/> </dataset>   <dataset seriesname='61-180 s' color='#00FF00' anchorBorderColor='#00FF00' anchorBgColor='#00FF00'> <set value='1816'/> <set value='1937'/> <set value='1712'/> <set value='1861'/> <set value='1945'/> <set value='1993'/> <set value='2104'/> </dataset>   <dataset seriesname='31-60 s' color='#0000FF' anchorBorderColor='#0000FF' anchorBgColor='#0000FF'>   <set value='1360'/> <set value='1256'/> <set value='1207'/> <set value='1315'/> <set value='1334'/> <set value='1344'/> <set value='1512'/> </dataset>   <dataset seriesname='11-30 s' color='#FFFF00' anchorBorderColor='#FFFF00' anchorBgColor='#FFFF00'>   <set value='1245'/> <set value='1168'/> <set value='1072'/> <set value='1197'/> <set value='1314'/> <set value='1340'/> <set value='1578'/> </dataset>   <dataset seriesname='181-600 s' color='#00FFFF' anchorBorderColor='#00FFFF' anchorBgColor='#00FFFF'>   <set value='998'/>   <set value='1033'/> <set value='1031'/> <set value='1050'/> <set value='1012'/> <set value='1061'/> <set value='1158'/> </dataset>   <dataset seriesname='601-1800 s' color='#CC00CC' anchorBorderColor='#CC00CC' anchorBgColor='#CC00CC'> <set value='286'/>   <set value='247'/>   <set value='229'/>   <set value='287'/>   <set value='260'/>   <set value='259'/>   <set value='300'/> </dataset>   <dataset seriesname='1-10 s' color='#AA0000' anchorBorderColor='#AA0000' anchorBgColor='#AA0000'>  <set value='195'/>   <set value='172'/>   <set value='174'/>   <set value='183'/>   <set value='218'/>   <set value='251'/>   <set value='361'/> </dataset>  <styles> <definition> <style name='CaptionFont' type='font' size='12'/> </definition> <application> <apply toObject='CAPTION' styles='CaptionFont'/> <apply toObject='SUBCAPTION' styles='CaptionFont'/> </application> </styles></chart>

Charts is generated like the bellow:

I need two information here.

1) Can I show the shadow between two lines(check the attached image).

2) how we can display multiple line events in same date(some time i got multiple events in same date. hw can i show the line)

4051380d-a634-4420-b583-c231.JPG

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Could you please elaborate on your requirements?

 

I'm afraid, we could not clearly understand them.

Apologies for the inconvenience.

Awaiting your reply. :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this