C1 Community
ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

I cant create Chart3DDataSetIrGrid

rated by 0 users
This post has 3 Replies | 0 Followers

Not Ranked
Posts 1
DmitryVB2005 Posted: Thu, Nov 23 2006 1:03 PM
I cant create Chart3DDataSetIrGrid

Dim xc13dDs As New C1.Win.C1Chart3D.Chart3DDataSetIrGrid(x_delta_l.ToArray, y_delta_l.ToArray, z_values)

it says. Array members must be different.

What does it mean?

both deltas have the same length as first and second dimensions of values rescpectivly.
first dimension has the same length as x_delta_l
second dimension has the same length as y_delta_l

Thx
Top 10 Contributor
Posts 1,005
C1_AlexT replied on Mon, Nov 27 2006 4:01 AM
It means that some elements of x-array(or y-array) are the same.
In other words, the x-values should be array of different numbers,
as well as y-values. Of course, x- and y- are considered
independently. e.g. array {1,2,2,3} is wrong as parameter.

--
Best regards,
Alex
Not Ranked
Posts 6
luke05 replied on Mon, May 11 2009 8:31 AM

 Hi,

what exactly does differnt mean in this case? I have the same exception although my values are different:

39944.500704409722
39944.500710428241
39944.500716446761
39944.500722476849

Regards,

Luke

Not Ranked
Posts 6
luke05 replied on Mon, May 11 2009 9:52 AM

Hi,

after having a closer look on my value list (several hundred...) I really found two exact identical values. When I delete this one value from my list, it works.

Regards

Luke

Page 1 of 1 (4 items) | RSS
Contact ComponentOne: 1.800.858.2739 ©1987-2010 ComponentOne LLC All Rights Reserved.