Page 1 of 1
Tools are shown on the top.
Posted: Fri Dec 26, 2014 9:59 am
by 9526439
Hi Steema Support,
Why Tools are shown above the series as shown in fig.
- Tools are shown on the top.
- Tool are on tool1.png (123.58 KiB) Viewed 9222 times
Here DrawlineItem and Annotation shown above the Legend . Is there is any way to display Legend above these tools.
Please provide any solution.
Thanks in advance.
Thanks & Regards
Planoresearch
Re: Tools are shown on the top.
Posted: Mon Dec 29, 2014 8:15 am
by narcis
Hello,
I'm sorry but I don't understand what you mean. Could you please send
a Short, Self Contained, Correct (Compilable), Example project to reproduce the problem here?
Thanks in advance.
Re: Tools are shown on the top.
Posted: Mon Dec 29, 2014 10:33 am
by 9526439
Hi Steema Support,
Thanks for your reply.
I am attaching an image to clarify the issue.
- Legend must be on top.
- Image2.png (12.65 KiB) Viewed 9146 times
As shown in image, that Annotation Tool(Rectangle that is shown with text) and a DrawLineItem Tool(Thick Black line shown) covers the legend or we can say we can not see complete legend clearly. So here we want that Legend must be shown above these tools so we can read legend clearly.
Thanks
PlanoResearch
Re: Tools are shown on the top.
Posted: Mon Dec 29, 2014 10:41 am
by narcis
amol wrote:
As shown in image, that Annotation Tool(Rectangle that is shown with text) and a DrawLineItem Tool(Thick Black line shown) covers the legend or we can say we can not see complete legend clearly. So here we want that Legend must be shown above these tools so we can read legend clearly.
Seeing this image I have the impression the legend is manually set to a custom position, it is not using default positions (
LegendAlignments.Left,
LegendAlignments.Right,
LegendAlignments.Top and
LegendAlignments.Bottom). So you should calculate the legend position not to overlap either with the Annotation and DrawLine tools.
If you want us to look at the issue with more detail please send
a Short, Self Contained, Correct (Compilable), Example project to reproduce the problem here.
Thanks in advance.
Re: Tools are shown on the top.
Posted: Mon Dec 29, 2014 11:55 am
by 9526439
Hi Narcis,
We do not want to move legend any where.Is it possible that legend always show on the front?
Thanks
PlanoResearch
Re: Tools are shown on the top.
Posted: Mon Dec 29, 2014 12:03 pm
by narcis
Hello,
amol wrote:
We do not want to move legend any where.Is it possible that legend always show on the front?
In that case you won't be able to solve the problem unless you move the tools instead.
amol wrote:
Is it possible that legend always show on the front?
Not the default legend. However, you may achieve that plotting a custom legend as in the example Christopher Ireland posted
here.