kamalshah20 Report post Posted March 10, 2009 I am using the following xml for my angular gauge: The Angular gauge shows up but the annotation does not show up. Anything I am missing here? Thanks a ton... Kamal Share this post Link to post Share on other sites
Rahul Kumar Report post Posted March 10, 2009 Hi, Could you please try the following XML? <chart caption="AGTest" subcaption="AGTest" bgColor="000000,000000" bgAlpha="100" canvasBgColor="000000" baseFontColor="FFFFFF" lowerLimit="0.0" upperLimit="100.0" gaugeStartAngle="180" gaugeEndAngle="0" palette="1" numberSuffix="%" showValue="1"><colorRange><color minValue="90.0" maxValue="100.0" code="399E38"></color><color minValue="40.0" maxValue="90.0" code="F87217"></color><color minValue="0.0" maxValue="40.0" code="B41527"></color></colorRange><dials><dial value="50.0" rearExtension="10"></dial></dials><annotations><annotationGroup id="Header"><annotation type="text" x="50" y="10" fontColor="FFFFFF" label="AGTest"></annotation></annotationGroup></annotations></chart> Share this post Link to post Share on other sites
kamalshah20 Report post Posted March 16, 2009 Yes, modifying the x and y values appropriately works. Thanks! Share this post Link to post Share on other sites