Search found 3 matches
- Fri Feb 24, 2006 1:39 pm
- Forum: VCL
- Topic: Problem with CursorTool drag (v 7.05 BCB6)
- Replies: 5
- Views: 4467
Problem with CursorTool drag (v 7.05 BCB6)
see new version of Project in newsgroup
- Thu Feb 16, 2006 12:11 pm
- Forum: VCL
- Topic: Problem with CursorTool drag (v 7.05 BCB6)
- Replies: 5
- Views: 4467
Problem with CursorTool drag (v 7.05 BCB6)
Ok. I put it to newsgroup
- Thu Feb 16, 2006 9:56 am
- Forum: VCL
- Topic: Problem with CursorTool drag (v 7.05 BCB6)
- Replies: 5
- Views: 4467
Problem with CursorTool drag (v 7.05 BCB6)
I have a fast line series and a cursor tool with ChartTool1->Style = cssBoth; I write code double Koeff = 0.001; for(int i = 0; i < 10000; i++) FastLineSeries1->AddXY(Koeff * i, ...); ChartTool1->XValue = 0; ChartTool1->YValue = 0; My problem is: When I drag a cursor it jumps only on series points t...