Page 1 of 1

DownTriangle PointMark without left border

Posted: Thu Feb 18, 2010 4:00 pm
by 15654986
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.

Re: DownTriangle PointMark without left border

Posted: Thu Feb 18, 2010 4:04 pm
by narcis
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.

Re: DownTriangle PointMark without left border

Posted: Fri Feb 19, 2010 8:53 am
by 15654986
Thanks NarcĂ­s,

I am looking forward to install the new maintenance release.

Kind regards,
Marijke.

Re: DownTriangle PointMark without left border

Posted: Fri Feb 19, 2010 10:54 am
by narcis
Hi Marijke,

It has been published now:

http://steema.com/entry/21