macsig

plotting linearly

Recommended Posts

Hello there,

 

I'm working on a Multi-series Line 2D chart and I need to plot the values linearly?

 

For instance if I have 3 values (at 0, 1, 3 months where month is my xAxis) I need the space between 1 and 3 is double then the space between 0 and 1

 

 

 

 

 

Is there an attribute to setup in order to achieve so?

 

 

 

 

 

Thanks and have a nice day.

 

 

 

Sig

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

In this case you need to hide the display of the dataplot that comes in between, like if 0, 1, 2,3 are the points, in that case you need to hide the anchor of the dataplots that has the value '2'.

Please try setting the attribute "anchorAlpha" of the <set> element that you wish to hide to '0'.

For further reference please refer to the sample that we are sending you as an attachment.

Hope this helps.

Sample.zip

Share this post


Link to post
Share on other sites

Thanks for your reply.

 

isn't there a better way to handle it?

 

I have a big series and adding "empty" element (specially in my Linear regression) looks to be quite painful.

 

 

 

Have a good day.

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