Thank you for your help.
please give me the URL of Download V8
MyEmail : chinaboy_1@163.com
Search found 3 matches
- Thu Dec 21, 2006 8:47 am
- Forum: VCL
- Topic: How to draw Null Points on the Polar?
- Replies: 6
- Views: 6000
- Thu Dec 21, 2006 1:03 am
- Forum: VCL
- Topic: How to draw Null Points on the Polar?
- Replies: 6
- Views: 6000
help me
But what can I do now? Can you give me some Suggestion!
- Wed Dec 20, 2006 6:54 am
- Forum: VCL
- Topic: How to draw Null Points on the Polar?
- Replies: 6
- Views: 6000
How to draw Null Points on the Polar?
Hello, The polar series is not working properly when null are added. SeriesLeftBoard.Clear ; SeriesLeftBoard.AddPolar(45,140); SeriesLeftBoard.AddPolar(55,145); SeriesLeftBoard.AddPolar(75,114); SeriesLeftBoard.AddNullXY(75,0); SeriesLeftBoard.AddNullXY(100,0); SeriesLeftBoard.AddPolar(101,170); Ser...