Sign in to follow this  
andretg

vline set on Data Point

Recommended Posts

Hi there,

I'm using a multiseries line chart and setting a vline like so:

<categories>

  <category label="30-11-2008" />
  <category label="07-12-2008" />
  <category label="14-12-2008" />
  <category label="21-12-2008" />
  <vLine color="ff0000" thickness="2" dashed="1" dashGap="3" />
  <category label="28-12-2008" />
  </categories>
 
I need the vline to show up on the category label 21-12-2008 rather than between 21-12-2008 and 28-12-2008 and from what I gather this is not possible as of yet.
 
Would it be possible to implement this?
 
Regards,
 
Andr

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