sivatech001 Report post Posted December 5, 2008 Hi, I used as per your request and also applied in my application with the given HLinearGauge.swf. My question is, I need to give spaces to all images as per I requested. See my image given below, I need the above mentioned graph. Questions: 1. My upper limit image size is more so in that case the graph not display properly(see my first image given above). 2. It is possible to set the scrolling possiblity to horizontal scroll bar so that I can see my graph full. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> 3. Can I set the graph as like the above mentioned in the clear manner. Also make changes in my code where I can chage so that I can get the image clear the above mentioned Note: See my XML code given below, <Chart bgColor='FFFFFF' bgAlpha='0' showBorder='0' upperLimit='15000' 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='CCCA6A' > <colorRange> <color minValue='0' maxValue='2500' code='FF654F' /> <color minValue='2500' maxValue='5000' code='FF654F' /> <color minValue='5000' maxValue='7500' code='FF654F' /> <color minValue='7500' maxValue='10000' code='FF654F' /> <color minValue='10000' maxValue='12500' code='FF654F' /> <color minValue='12500' maxValue='15000' code='FF654F' /> <color minValue='15000' maxValue='20000' code='FF654F' /> <color minValue='20000' maxValue='30000' code='FF654F' /> <color minValue='30000' maxValue='40000' code='FF654F' /> <color minValue='40000' maxValue='50000' code='FF654F' /> <color minValue='50000' maxValue='75000' code='FF654F' /> <color minValue='75000' maxValue='100000' code='FF654F' /> <color minValue='100000' maxValue='120000' code='FF654F' /> <color minValue='120000' maxValue='150000' code='FF654F' /> <color minValue='150000' maxValue='175000' code='FF654F' /> <color minValue='175000' maxValue='200000' code='FF654F' /> <color minValue='200000' maxValue='225000' code='FF654F' /> <color minValue='225000' maxValue='250000' code='FF654F' /> <color minValue='250000' maxValue='275000' code='FF654F' /> </colorRange> <pointers> <pointer value='$dcrVal' toolText='$sum'/> </pointers> <annotations origW='694' origH='138' autoScale='1' constrainedScale='0'> <annotationGroup id='Grp1' showBelow='0' > <annotation type='image' x='16' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/1.png' /> <annotation type='image' x='127' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/2.png' /> <annotation type='image' x='240' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/3.png' /> <annotation type='image' x='347' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/4.png' /> <annotation type='image' x='466' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/5.png' /> <annotation type='image' x='575' y='18' URL='http://localhost:80/graphs/FusionAir/Resources/6.png' /> </annotationGroup> </annotations> <trendpoints> <point startValue='1' displayValue='First lb' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='2500' displayValue='2,500 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='5000' displayValue='5,000 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='7500' displayValue='7,500 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='10000' displayValue='10,000 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='12500' displayValue='12,500 lbs' alpha='0' color='cccccc' useMarker='1' markerColor='880000' markerBorderColor='880000' markerRadius='3' showOnTop='0' /> <point startValue='15000' displayValue='15,000 lbs' color='cccccc' alpha='0' useMarker='1' markerColor='880000' markerBorderColor='880000' 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
Arindam Report post Posted December 5, 2008 (edited) Hi, 1) This Chart designed on Width='694' Height='138', could you please render this chart using the same Width and Height after that you can modify Chart XML code. 2) Also need to change <chart> attribute upperLimit='275000'. 3) Scroll bar is not supported as of now. Note: for going further please read documentation carefully. Edited December 5, 2008 by Guest Share this post Link to post Share on other sites