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.
Line Series with two points the same.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |