gordon_freeman Report post Posted March 31, 2009 I need to do chart which shows only markers(anchors). Some x values can have more than one y-value. Problem of showing only anchors I has solved using alpha parameter. But, when I was trying to do this using single series line chart, I realized that it doesn't support scale. For example distance from 1 to 1.1 such as from 1 to 2 on x-Axis. How I can set more than one y-value for one x-value? Share this post Link to post Share on other sites
Dhruva Report post Posted March 31, 2009 Hello gordon_freeman, Could you please attach an image which demonstrates visually what kind of chart you have in mind? It would be easier to help you out with your query. Share this post Link to post Share on other sites
gordon_freeman Report post Posted March 31, 2009 (edited) I need something like that Algorithm of chart shows x-values in serial, as values was inputed. (ex. 1 3 2 but not 1 2 3) And distance among values on X-axis is equal Edited March 31, 2009 by Guest Share this post Link to post Share on other sites
Dhruva Report post Posted March 31, 2009 You could consider using a scatter chart. Detailed documentation about the same can be found here: http://www.fusioncharts.com/docs/ And then, look under Chart XML API > XY Plot Charts. Here is a direct link to that page: http://www.fusioncharts.com/docs/Contents/ChartSS/Scatter.html I hope this helps. Share this post Link to post Share on other sites
gordon_freeman Report post Posted March 31, 2009 Thank you very much!!! Share this post Link to post Share on other sites
Dhruva Report post Posted March 31, 2009 Always glad to help! Share this post Link to post Share on other sites