Todd88

Members
  • Content count

    6
  • Joined

  • Last visited

About Todd88

  • Rank
    Forum Newbie
  1. Thanks that works! I have another question...my vLines aren't showing the labels. Here is the code for the vLine: < vLine label='60 Days' linePosition='1' dashed='1' dashLen='2' dashGap='2' /> It's not showing "60 days". Do I need to have something enabled in the < chart > portion to show it? This is my < chart > code: < chart numVDivLines='88' vDivLineIsDashed='1' vDivLineDashLen='2' vDivLineDashGap='2' showBorder='1' borderColor='000000' borderThickness='1' canvasBorderThickness='1' canvasBorderColor='999999' showValues='0' showAlternateHGridColor='1' AlternateHGridColor='003366' divLineColor='003366' divLineAlpha='20' alternateHGridAlpha='5' formatNumberScale='0' >
  2. I was just wondering how this is possible. I know you can have EITHER top OR bottom but I couldn't find in the documentation to have both a top and bottom. Is it possible? Thanks. I know it's possible because I've seen it on other sites...but it might have been a custom editing job I'm not sure.