raj_hpking 0 Posted September 9, 2011 Report Share Posted September 9, 2011 Hi, I was using Chart1.Series(n).Yvalue(n) = array(x,y) in 5.5 but now in 6.2 Yvalue is removed but i am not getting correct property for my statement what to use. For Chart1.ValueEx(x, y) = Array(x, y) i have used Chart1.Value(x,y) but not sure even it is correct or not? Any help is greatly appreciated. Thanks Quote Link to post Share on other sites
nagaramesh_t 0 Posted September 15, 2011 Report Share Posted September 15, 2011 Yes, In chaftfx 6.2 this was changed to Chart1.Value(x,y) = something. Quote Link to post Share on other sites
nagaramesh_t 0 Posted September 15, 2011 Report Share Posted September 15, 2011 Yes, In Chartfx 6.2, Y value was removed. Chart1.Series(n).Yvalue(n) = array(x,y) was changed to Chart1.Value(x, y) = Array(x, y) in chartfx 6.2 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.