How to add a point to a TWindRose series...
Posted: Tue Aug 13, 2013 4:33 pm
Hi
I have added a TWindRose series to my chart and obviously want to add some points to it.
The help for Teechart v8 says that I should use the AddPolar method.
So I then try and add a point to my Series1 by means of Series1.AddPolar(MyAngle, MyValue, '', clRed ) as suggested in the help, but I don't see any AddPolar method in code completion even though I've included TeePolar, TeeRose in my uses clause.
I am obviously missing the trick here can you give me some code as a clue to help me out?
Bruce.
I have added a TWindRose series to my chart and obviously want to add some points to it.
The help for Teechart v8 says that I should use the AddPolar method.
So I then try and add a point to my Series1 by means of Series1.AddPolar(MyAngle, MyValue, '', clRed ) as suggested in the help, but I don't see any AddPolar method in code completion even though I've included TeePolar, TeeRose in my uses clause.
I am obviously missing the trick here can you give me some code as a clue to help me out?
Bruce.