Hi Yeray!
Problem solved!
Nice peace of code, that did the trick! Good workaround!
Happy Holidays!
Search found 3 matches
- Thu Dec 24, 2009 12:13 pm
- Forum: VCL
- Topic: Color Band clipping
- Replies: 4
- Views: 2503
- Wed Dec 23, 2009 8:34 am
- Forum: VCL
- Topic: Color Band clipping
- Replies: 4
- Views: 2503
Re: Color Band clipping
Hi Yeray, After looking at my code for a very long time I finally found the reason why clipping doesn't occur... It has to do with the fact that I don't allow users to drag the Start & End line. I've alterd your example Form.Create code: procedure TForm1.FormCreate(Sender: TObject); var colorband: T...
- Tue Dec 22, 2009 1:23 pm
- Forum: VCL
- Topic: Color Band clipping
- Replies: 4
- Views: 2503
Color Band clipping
Hello, I'm using Color Band's in my Chart. I've noticed that the filling will clip when it reaches the end of the Chart but Color Band borders don't. I see this happening whilst I tried scrolling my Chart. Does anybody know what could be the case and how this can be solved? Many thanks, Robert Klein...