macsig Report post Posted September 8, 2010 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 Report post Posted September 9, 2010 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
macsig Report post Posted September 9, 2010 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