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.
Image 2 shows correct location of marks.We want to show marks in this location as shown in attached image below
Please provide any solution asap.
Thanks in advance.
Thanks & Regards
Planoresearch
To show marks of line series on the top.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: To show marks of line series on the top.
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?
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 |
Re: To show marks of line series on the top.
Hi Christopher,
Thanks for your prompt reply.
We are using line series and using marks property to show labels or marks.
Thanks & Regards
PlanoResearch
Thanks for your prompt reply.
We are using line series and using marks property to show labels or marks.
Thanks & Regards
PlanoResearch
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: To show marks of line series on the top.
You're welcome.
Could you please post a simple example project (explanation here) with which I can reproduce the issue here?
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 |