DMR

Muti Series Spline Chart: Label Overlap

Recommended Posts

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

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)

post-28424-0-58651600-1341878409_thumb.png

Share this post


Link to post
Share on other sites
Guest Bindhu

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

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