DMR Report post Posted July 9, 2012 The anchors of the two series are very close in some places, and the labels are overlapping. Is there any way to fix that? Share this post Link to post Share on other sites
DMR Report post Posted July 10, 2012 The anchors of the two series are very close in some places, and the labels are overlapping. Is there any way to fix that? (I didn't include the image last time) Share this post Link to post Share on other sites
Guest Bindhu Report post Posted July 10, 2012 Hi, Please try using the attribute 'valuePosition' and set it appropriately. This attribute lets you adjust the vertical alignment of individual data values with respect to dataplots. By default, this attribute is set to AUTO mode in which the alignment of a data value is determined automatically based on the position of its plot point. In ABOVE mode, a data value is displayed above the plot point unless a plot point is too close to the upper edge of the canvas while in BELOW mode, a data value is displayed below the plot point unless a plot point is too close to the lower edge of the canvas. Ref. Code: <set value="1127654" valuePosition='BELOW' /> Please refer to the link below, Multi-series Spline 2D Chart Specification Sheet Hope this helps! Share this post Link to post Share on other sites