Thanks for your reply, i will be waiting the maintenance release
Norad
Search found 13 matches
- Tue Mar 23, 2004 7:59 am
- Forum: ActiveX
- Topic: Annotation Problem
- Replies: 4
- Views: 11079
- Thu Mar 18, 2004 11:57 am
- Forum: ActiveX
- Topic: Annotation Problem
- Replies: 4
- Views: 11079
I have tried to use the above code but i get an error on the asp page. The following is the code i have used With Chart .Tools.Add tcAnnotate .Tools.Items(2).Active = True With .Tools.Items(2).asAnnotation .Position = ppRightTop .Shape.Gradient.Visible = false .Shape.ShapeStyle = fosRectangle .Shape...
- Thu Mar 11, 2004 3:26 pm
- Forum: ActiveX
- Topic: Annotation Problem
- Replies: 4
- Views: 11079
Annotation Problem
Hi all,
I am having trouble removing the Frame from an annotation Rectangle.
Is there a way to achieve this?
Thanks
I am having trouble removing the Frame from an annotation Rectangle.
Is there a way to achieve this?
Thanks
- Wed Mar 10, 2004 5:34 pm
- Forum: ActiveX
- Topic: Maintanance Release when ?
- Replies: 3
- Views: 9545
- Wed Mar 10, 2004 1:53 pm
- Forum: VCL
- Topic: antialias and gridband tool
- Replies: 5
- Views: 13515
- Wed Mar 10, 2004 11:45 am
- Forum: VCL
- Topic: antialias and gridband tool
- Replies: 5
- Views: 13515
Yes, they work fine. Is the demo based on the VCL version? If yes, why dont the functions show up in code completion? We have developed an application in Delphi 7 based on the VCL 7 demo. What class do these functions belong to? We cannot find them. I discovered that UseAntialias belongs to ICanvas ...
- Wed Mar 10, 2004 7:39 am
- Forum: VCL
- Topic: antialias and gridband tool
- Replies: 5
- Views: 13515
- Tue Mar 09, 2004 2:17 pm
- Forum: ActiveX
- Topic: alternating color bands
- Replies: 4
- Views: 10875
- Tue Mar 09, 2004 12:46 pm
- Forum: VCL
- Topic: antialias and gridband tool
- Replies: 5
- Views: 13515
antialias and gridband tool
I cannot seem to make antialias and gridband work in the VCL 7 evaluation for delphi (they work fine in the activex)
They are not even recognised by the VCL code completion.
Does VCL 7 for delphi support these functions, or not?
regards,
Alex
They are not even recognised by the VCL code completion.
Does VCL 7 for delphi support these functions, or not?
regards,
Alex
- Tue Mar 09, 2004 12:03 pm
- Forum: ActiveX
- Topic: alternating color bands
- Replies: 4
- Views: 10875
I have used the follwing code so as to have 2 different colors on my grid... With Chart .Tools.Add tcGridBand With .Tools.Items(0).asGridBand .Axis = Chart.Axis.Left .Band1.Color = vbGreen .Band2.Color = vbBlue End With End With But it does not seem to work. Am i forgeting something? The page in whi...
- Tue Mar 09, 2004 10:31 am
- Forum: ActiveX
- Topic: Antialiasing
- Replies: 3
- Views: 9066
- Fri Mar 05, 2004 10:40 am
- Forum: ActiveX
- Topic: alternating color bands
- Replies: 4
- Views: 10875
alternating color bands
Hi all
Is there a way to draw alternating color bands in the canvas, automatically? (without adding 10 or 15 or 20 band tools)
See the following for example:
http://www.omnifinance.gr/stock.asp?sym ... mode=chart
Is there a way to draw alternating color bands in the canvas, automatically? (without adding 10 or 15 or 20 band tools)
See the following for example:
http://www.omnifinance.gr/stock.asp?sym ... mode=chart
- Wed Mar 03, 2004 1:44 pm
- Forum: ActiveX
- Topic: Antialiasing
- Replies: 3
- Views: 9066
Antialiasing
Is there an option to draw antialiased lines in GIF or PNG charts?
Is there a possibility to include this option in a later edition of TChart ?
Thanx,
Alex
Is there a possibility to include this option in a later edition of TChart ?
Thanx,
Alex