ktsha Report post Posted May 24, 2009 Hi all, How to place target value inside the plot. Currently it is displaying as a tooltip .I want to display as a text inside the plot. For example see the attached file,where "21514" is displayed . Thanks and Regards. att.bmp Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 25, 2009 Hello, I am afraid the target values cannot be displayed inside the plot in a bullet chart. However, you can use annotation text to display the same. Hope this helps. Share this post Link to post Share on other sites
ktsha Report post Posted May 26, 2009 Hi, I tried using annotation Text . I am unable to view the text as it is hidden by the plot. If the annotation text is outside the plot i can view this. If i am adjusting according to my requirement(see the figure attached in my first query) it is not viewable. Please find my attached XML file . Please help me to solve this . Any help will be appreciated. xml1.txt Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 26, 2009 Hello, Could you please add the following code in your XML and try again? <annotations> <annotationGroup id="Grp1" showBelow='0' > <annotation type="text" x="200" y="25" fontColor="ff0000" label="4563" /> </annotationGroup> </annotations> I hope this helps. Share this post Link to post Share on other sites
ktsha Report post Posted May 26, 2009 Thanks a lot, But this was not up to the mark for my request . As annotation values will be in a static position eventhough my target plot goes increases. ie,Eventhough my target plot is nearer to Max value ,Annotation will be in the same position described previously . Do you have any solution for this :cool: Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 27, 2009 Hello, You are welcome. What you require is not possible, as of now. You could try keeping the annotation value in the base of the chart. This would help even though the target plot increases. I hope this helps. Share this post Link to post Share on other sites