Sign in to follow this  
kamalshah20

Annotation not appearing in Angular chart

Recommended Posts

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

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

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