Search found 2 matches
- Wed Oct 20, 2010 1:48 pm
- Forum: VCL
- Topic: Fixed TCursorTool
- Replies: 2
- Views: 2238
Re: Fixed TCursorTool
I just saw that the TColorLine has an AllowDrag property so I used this tool instead of TCursorTool and it does what I want.
- Wed Oct 20, 2010 12:05 pm
- Forum: VCL
- Topic: Fixed TCursorTool
- Replies: 2
- Views: 2238
Fixed TCursorTool
Hi, I want to draw a vertical line in the middle of a specific bar of a TBarSeries but I want this line to be fixed. For that I have used a TCursorTool and set its Style property to cssVertical but I haven't find any property or event that allows me to disable the drag & drop feature of this tool. I...