sivatech001 Report post Posted December 7, 2008 Hi, I used as per your document, I got more or less same as per my application requirement. I need some more clearness. 1. How to set the x-axis properly so that can I see the image properly. I used my code but I got the above graph (not looking proper). 2. How to give Tooltext for the image. I used toolText='First image' but it is not displaying while rollover the mouse on the first image. (How do I fix) Also MY code given below. <Chart bgColor='E9E8AF' bgAlpha='0' showBorder='0'upperLimit='275000' lowerLimit='0' gaugeRoundRadius='5' chartBottomMargin='10' ticksBelowGauge='1' showGaugeLabels='0' majorTMNumber='7' valueAbovePointer='0' pointerOnTop='0' pointerRadius='9' placeTicksInside='1' placeValuesInside='1' majorTMThickness='10' majorTMColor='E9E8AF' > <colorRange> <color minValue='0' maxValue='2500' code='E9E8AF' /> <color minValue='2500' maxValue='5000' code='E9E8AF' /> <color minValue='5000' maxValue='7500' code='E9E8AF' /> <color minValue='7500' maxValue='10000' code='E9E8AF' /> <color minValue='10000' maxValue='12500' code='E9E8AF' /> <color minValue='12500' maxValue='15000' code='E9E8AF' /> <color minValue='15000' maxValue='20000' code='E9E8AF' /> <color minValue='20000' maxValue='30000' code='E9E8AF' /> <color minValue='30000' maxValue='40000' code='E9E8AF' /> <color minValue='40000' maxValue='50000' code='E9E8AF' /> <color minValue='50000' maxValue='75000' code='E9E8AF' /> <color minValue='75000' maxValue='100000' code='E9E8AF' /> <color minValue='100000' maxValue='120000' code='E9E8AF' /> <color minValue='120000' maxValue='150000' code='E9E8AF' /> <color minValue='150000' maxValue='175000' code='E9E8AF' /> <color minValue='175000' maxValue='200000' code='E9E8AF' /> <color minValue='200000' maxValue='225000' code='E9E8AF' /> <color minValue='225000' maxValue='250000' code='E9E8AF' /> <color minValue='250000' maxValue='275000' code='E9E8AF' /> </colorRange> <pointers> <pointer value='$StrenghExe' toolText='$sum'/> </pointers> <annotations origW='2000' origH='138' autoScale='1' constrainedScale='0'> <annotationGroup id='Grp1' showBelow='0' > <annotation type='image' x='16' y='18' toolText='First Image' URL='http://localhost:80/graphs/FusionAir/Resources/1.gif' /> <annotation type='image' x='127' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/2.gif' /> <annotation type='image' x='240' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/3.gif' /> <annotation type='image' x='347' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/4.gif' /> <annotation type='image' x='466' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/5.gif' /> <annotation type='image' x='575' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/6.gif' /> <annotation type='image' x='675' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/7.gif' /> <annotation type='image' x='770' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/8.gif' /> <annotation type='image' x='890' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/9.gif' /> <annotation type='image' x='991' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/10.gif' /> <annotation type='image' x='1090' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/11.gif' /> <annotation type='image' x='1190' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/12.gif' /> <annotation type='image' x='1290' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/13.jpg' /> <annotation type='image' x='1390' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/14.gif' /> <annotation type='image' x='1495' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/15.gif' /> <annotation type='image' x='1590' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/16.gif' /> <annotation type='image' x='1695' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/17.gif' /> <annotation type='image' x='1795' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/18.gif' /> <annotation type='image' x='1895' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/19.gif' /> </annotationGroup> </annotations> <trendpoints> <point startValue='1' displayValue='First lb' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='2500' displayValue='2,500 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='5000' displayValue='5,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='7500' displayValue='7,500 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='10000' displayValue='10,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='12500' displayValue='12,500 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='15000' displayValue='15,000 lbs' color='E9E8AF' alpha='0' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='20000' displayValue='20,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='30000' displayValue='30,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='40000' displayValue='40,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='50000' displayValue='50,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='75000' displayValue='75,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='100000' displayValue='100,000 lbs' color='E9E8AF' alpha='0' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='120000' displayValue='120,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='150000' displayValue='150,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='175000' displayValue='175,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='200000' displayValue='200,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='225000' displayValue='225,000 lbs' alpha='0' color='E9E8AF' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='250000' displayValue='250,000 lbs' color='E9E8AF' alpha='0' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> <point startValue='275000' displayValue='275,000 lbs' color='E9E8AF' alpha='0' useMarker='1' markerColor='E9E8AF' markerBorderColor='E9E8AF' markerRadius='3' showOnTop='0' /> </trendpoints> <styles> <definition> <style name='ValueFont' type='Font' bgColor='333333' size='10' color='FFFFFF'/> </definition> <application> <apply toObject='VALUE' styles='valueFont'/> </application> </styles> </Chart> Thanks, Siva. Share this post Link to post Share on other sites