11-29-2005 07:19 AM
11-29-2005 09:50 AM
Unfortunately, there is no way to define programmatically the size of a graph object 😞
This is not the only weird point with graphs, since you can't either change the background color.
One suggestion : make the graph size large (this is to preserve the scale...), then color the background with the transparent color. Insert a decoration below the graph. The position, size (and color !) of the decoration can be modified programmatically, mimicking the graph background.
See the attached vi...
11-30-2005 03:05 AM
Thank you chilly charly,
your suggestion works, but how sick is that ![]()
But you seems to be able to solve ticky problems, i have a another one:
As I think, the only way to place data to a "multicolum listbox" is to use the property "ItemNames" (it sets the table with a 2Dim String array).
Now I want to sort the table by clicking the colum-header (line-by-line) (2dim array sort). => Iterger Numbers are sorted like this: 1,10,2,21 ... (String value)
How can I set integers or other types in the table?
Best Regards
M.Tiedje
11-30-2005 05:03 AM
tiedjem a écrit: ...I want to sort the table by clicking the colum-header (line-by-line) (2dim array sort). => Iterger Numbers are sorted like this: 1,10,2,21 ... (String value)
How can I set integers or other types in the table?
Attached is a modified version of the OpenG Sort 2D array vi. There is just a conversion of string to number before sorting.
And don't forget the stars 😉