Line Series with two points the same.

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
johnk
Newbie
Newbie
Posts: 31
Joined: Thu Jun 23, 2005 4:00 am

Line Series with two points the same.

Post by johnk » Fri Jul 18, 2008 12:15 am

I have a Line series with Points visible that contains only two points.
If the points happen to be the same value the chart does not draw any points. Example) Add a Line series to a chart and make the points visible. In the Form constructor add the two points.

public Form1()
{
InitializeComponent();
line1.Add(5, 5);
line1.Add(5, 5);
}

The chart does not display any points but if you only add one point the chart draws the one point correctly.

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

Post by Narcís » Fri Jul 18, 2008 7:26 am

Hi johnk,

Thanks for reporting. I could reproduce the issue here and added it (TF02013253) to our defect list to be fixed for next releases.
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