Sign in to follow this  
FCScott

Adding labels to Bulbs

Recommended Posts

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.

69699507-50f9-4fc1-b7ca-fabd.gif

<

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> Edited by Guest

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