Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Series_SetValues Function Call

henrylou
Beginner
296 Views
1. It is very wierd that when I call Series_SetValues to set Y-axis values, it always failed, while there is no problem to call Series_SetXValues to set X-axis values.
The definitions of these two functions are identical, and I think I called them using correct data type.
Anybody has any hint?
2. How can we pass an array using VT_Array? This might be a workaround for above function since it can also accept Variant of constants.
Thank you very much.
0 Kudos
2 Replies
alcala
Beginner
296 Views
Is only a misspelling or the mistake and you should call Series_SetYValues with"Y", like in X statement
0 Kudos
henrylou
Beginner
296 Views
No. For X-axis, it is Series_SetXValues. But for Y-axis, there is no Y. It should be the same as VB function.
0 Kudos
Reply