To show marks of line series on the top.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

To show marks of line series on the top.

Post by amol » Tue Apr 07, 2015 11:19 am

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 7758 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 7756 times

Please provide any solution asap.

Thanks in advance.

Thanks & Regards
Planoresearch

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

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

Post by Christopher » Tue Apr 07, 2015 2:13 pm

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?
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

amol
Advanced
Posts: 231
Joined: Tue Mar 29, 2005 5:00 am

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

Post by amol » Wed Apr 08, 2015 5:11 am

Hi Christopher,

Thanks for your prompt reply.

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

Thanks & Regards
PlanoResearch

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

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

Post by Christopher » Wed Apr 08, 2015 8:03 am

You're welcome.

Could you please post a simple example project (explanation here) with which I can reproduce the issue here?
Best Regards,
Christopher Ireland / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Instructions - How to post in this forum

Post Reply