Sign in to follow this  
Guest Rajroop

Need a Small Help in Horzontal Bullet Graph

Recommended Posts

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

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

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

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

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

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

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