Search found 1 match

by sydro
Wed May 10, 2006 10:11 am
Forum: .NET
Topic: Property Last does not update when adding values from array
Replies: 1
Views: 2472

Property Last does not update when adding values from array

When adding values to a serie by adding the whole array at once, the property "Last" of xValues/yValues of the series still remains 0. This leads to errors using the DownSampling-Function. Example: dim xVal(100) as double, yVal(100) as single xVal(0) = 1 yVal(0) = 1 .... tChart1.series(0).add(xVal, ...