FCScott

Members
  • Content count

    5
  • Joined

  • Last visited

About FCScott

  • Rank
    Forum Newbie
  1. Multi Line Chart

    I have a multi series line chart and I need to dispaly that last number on the chart. The lines are so close that the values overlap each other. Is there a way to display on value on top of the line, and the other under the line.
  2. Adding labels to Bulbs

    I figured it out. I had to set the chartRightMargin to push the bulb to the left side of the chart. Then add anotations for the text. < chart bgColor='5C8727' decimalPrecision='0' numberSuffix=' days left' lowerLimit='0' upperLimit='100' is3D='1' useColorNameAsValue='0' chartRightMargin='360' placeValuesInside='0' showValue='0' showBorder='0' chartTopMargin='3' chartBottomMargin='3'>< colorRange>< color minValue='0' maxValue='33' name='Alert' code='9E1B34' />< color minValue='33' maxValue='66' name='Warn' code='FFCF01'/>< color minValue='66' maxValue='100' name='OK' code='5C8727'/></ colorRange>< value>75</value>< annotations>< annotationGroup>< annotation type="text" label="Text Label" font="Arial" xPos="60" yPos="10" align="left" vAlign="left" fontcolor="333333" fontSize="14" isBold="1" /> < annotation type="text" label="Another Text Label" font="Arial" xPos="60" yPos="29" align="left" vAlign="left" fontcolor="333333" fontSize="12" isBold="0" /> < annotation type="text" label="Text label 3" font="Arial" xPos="240" yPos="10" align="left" vAlign="left" fontcolor="333333" fontSize="12" isBold="0" />< annotation type="text" label="01/15/2008" font="Arial" xPos="240" yPos="29" align="left" vAlign="left" fontcolor="333333" fontSize="12" isBold="0" /></ annotationGroup></ annotations>< styles>< definition>< style type='font' name='labelFont' color='000000' bold='1' size ='16'/>< style name='FadeIn' type='ANIMATION' param='_xscale' start='0' duration='2'/></ definition>< application>< apply toObject='Canvas' styles='FadeIn' />< apply toObject='VALUE' styles='labelFont' /></ application></ styles></ chart>
  3. Adding labels to Bulbs

    Can anyone tell me how to make a chart that looks like this. I can't get the Inventory Level text to appear in my Bulb.