Re. Documentation
Thanks for your comments. This area is being addressed for the next release expected before the end of January. Whilst some doc sections may still not be as comprehensive as possible we expect key areas to be improved upon. We provide this forum as a step to filling the gaps.
Re. Problem Add method
I am not able to reproduce the problem here on a straightforward test (ie. add line and repeat an array add by clicking the following button:
Code: Select all
private void button1_Click(object sender, System.EventArgs e)
{
int[] myVals = new int[5] {1, 2, 3, 4, 5};
line1.Add(myVals);
}
I am sorry that you are disappointed with TeeChart for .NET. If you have any further comments that might be useful for us to hear please send them along, we are pleased to receive any feedback that may help us improve the product.
Regards,
Marc Meumann
Steema Support