Page 1 of 1

To show marks of line series on the top.

Posted: Tue Apr 07, 2015 11:19 am
by 9526439
Hi Steema Support,

Is it possible to show marks of line series on any desired location.
We are using this code:
line.Marks.Visible = true;
line .Marks.Style = MarksStyles.SeriesTitle;
line.Marks.Transparency = 100;
line.Marks.DrawEvery = 100;
line.Marks.Pen.Visible = false;
line.Marks.Color = Color.DarkGreen;
line.Marks.ArrowLength = -15;
line.Marks.Font.Color = Color.DarkGreen;

As shown in image 1 here marks shows in bottom as shown in rectangle area.
Line_Marks_Problem.png
Line Marks Problem
Line_Marks_Problem.png (33.34 KiB) Viewed 7763 times
Image 2 shows correct location of marks.We want to show marks in this location as shown in attached image below
Line_Marks_C++.png
Correct mark position
Line_Marks_C++.png (9.98 KiB) Viewed 7761 times

Please provide any solution asap.

Thanks in advance.

Thanks & Regards
Planoresearch

Re: To show marks of line series on the top.

Posted: Tue Apr 07, 2015 2:13 pm
by Christopher
Hello,

I'm afraid I'm going to need a little more information to help you. Are you using the Contour series? If so, then you should look at the example in the Feature demo under:

%Program Files%\Steema Software\Steema TeeChart for .NET 2015 4.1.2015.03110\Examples\DemoProject\bin\ExecutableDemo\TeeChartNetExamples.exe

under the All Features tab -> Welcome !\Chart styles\Extended\Contour\Level Marks

Are you using the ContourMarks property?

Re: To show marks of line series on the top.

Posted: Wed Apr 08, 2015 5:11 am
by 9526439
Hi Christopher,

Thanks for your prompt reply.

We are using line series and using marks property to show labels or marks.

Thanks & Regards
PlanoResearch

Re: To show marks of line series on the top.

Posted: Wed Apr 08, 2015 8:03 am
by Christopher
You're welcome.

Could you please post a simple example project (explanation here) with which I can reproduce the issue here?