Sign in to follow this  
LizEgland

vLine label not displaying

Recommended Posts

I'm having trouble getting the label attribute of the vLine to work. 

No matter what I've tried, the label doesn't display.  My original chart is an MSLine.  But I've switched to the simple Line chart from the documentation for debugging...  Even that fails

<chart caption='Monthly Revenue' xAxisName='Month' yAxisName='Revenue' numberPrefix='$' showValues='0'>

  <set label='Oct' value='420000' />"

  <set label='Nov' value='910000' />

  <set label='Dec' value='680000' />

  <vLine label='2009' labelPosition='1'/>

  <set label='Jan' value='720000' />

  <set label='Feb' value='810000' />

  <set label='Mar' value='510000' />

</chart>

3befe6d0-e65c-4245-ba96-5fb7.jpg

Is there another parameter on the chart that needs to be set?  Any help would be appreciated.

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