Problem with Linear Scale and line styles

Hi,

I have used a Linear Scale component to display some dynamic values.

When the values are close to equal they overlap which makes the text unreadable.

http://imgur.com/6zTv2vc

The line styles in the dataset of the Linear Scale component is currently ‘Line’.
Can I choose a different line style to make the text not overlap?

If not then is there another solution?

Thanks

You’ll have to adjust the positions in your dataset to not overlap. I had a similar problem when I first attempted to place ‘stroke’ annotations on a chart. I did some jython jiu-jitsu back in the FPMI days to scale the text and draw jointed connecting lines – it eventually became the NoteChart module.