How do I not draw items outside of the bounding area for the Scatter chart?
« Back to message list
If you provide values for x values lower than the minx setting, the data will be plotted to the left outside the chart
(and into the label area). Is there a scatter graph equivalent of line graphs' "chart.outofbounds" setting?
Posted by RGraph support on 29th November 2012Hi,
There isn't. Currently you would need to go through your data and remove any ekements which have an X value less then you xmin setting.
There isn't. Currently you would need to go through your data and remove any ekements which have an X value less then you xmin setting.
Add a reply
« Back to message list