DownTriangle PointMark without left border

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
MVB
Newbie
Newbie
Posts: 7
Joined: Thu Dec 31, 2009 12:00 am

DownTriangle PointMark without left border

Post by MVB » Thu Feb 18, 2010 4:00 pm

Hi,

I draw a line series in my chart with PointMarks visible. The style for the PointMarks is DownTriangle.
I am using TeeChart .NET v2009, where I notice that the left border of the triangles is not drawn.

In the attachment of this post, you can see the screenshot of my problem.

My sample code to reproduce this issue:

Code: Select all

Steema.TeeChart.Styles.Line line = new Steema.TeeChart.Styles.Line();
line.Color = System.Drawing.Color.LightBlue;
line.LinePen.Color = System.Drawing.Color.LightBlue;
line.LinePen.Width = 2;
line.Pointer.Visible = true;
line.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.DownTriangle;
m_tchart.Series.Add(line);
Is this a known issue?

Thanks,
Marijke.
Attachments
downTriangleScreenshot.png
Screenshot for DownTriangle issue
downTriangleScreenshot.png (85.8 KiB) Viewed 3490 times

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: DownTriangle PointMark without left border

Post by Narcís » Thu Feb 18, 2010 4:04 pm

Hi Marijke,

Yes, this is a known bug (TF02014652) which has already been fixed for next TeeChart for .NET 2009 maintenance release which is due out imminently.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

MVB
Newbie
Newbie
Posts: 7
Joined: Thu Dec 31, 2009 12:00 am

Re: DownTriangle PointMark without left border

Post by MVB » Fri Feb 19, 2010 8:53 am

Thanks Narcís,

I am looking forward to install the new maintenance release.

Kind regards,
Marijke.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: DownTriangle PointMark without left border

Post by Narcís » Fri Feb 19, 2010 10:54 am

Hi Marijke,

It has been published now:

http://steema.com/entry/21
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply