Search found 13 matches

by norad
Tue Mar 23, 2004 7:59 am
Forum: ActiveX
Topic: Annotation Problem
Replies: 4
Views: 10864

Thanks for your reply, i will be waiting the maintenance release

Norad
by norad
Thu Mar 18, 2004 11:57 am
Forum: ActiveX
Topic: Annotation Problem
Replies: 4
Views: 10864

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...
by norad
Thu Mar 11, 2004 3:26 pm
Forum: ActiveX
Topic: Annotation Problem
Replies: 4
Views: 10864

Annotation Problem

Hi all,

I am having trouble removing the Frame from an annotation Rectangle.

Is there a way to achieve this?

Thanks
by norad
Wed Mar 10, 2004 5:34 pm
Forum: ActiveX
Topic: Maintanance Release when ?
Replies: 3
Views: 9336

Can you say if it will include antialias and gridband for PNGs ?

It is essential for determining the launch date for a big project.

Thank you so much, again

Alex
by norad
Wed Mar 10, 2004 1:53 pm
Forum: VCL
Topic: antialias and gridband tool
Replies: 5
Views: 13364

ok, found the code and made it work

thanx !!

Alex
by norad
Wed Mar 10, 2004 11:45 am
Forum: VCL
Topic: antialias and gridband tool
Replies: 5
Views: 13364

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 ...
by norad
Wed Mar 10, 2004 7:39 am
Forum: VCL
Topic: antialias and gridband tool
Replies: 5
Views: 13364

please reply, this is very important

thanx,

alex
by norad
Tue Mar 09, 2004 2:17 pm
Forum: ActiveX
Topic: alternating color bands
Replies: 4
Views: 10606

Thanks for your prompt reply

norad
by norad
Tue Mar 09, 2004 12:46 pm
Forum: VCL
Topic: antialias and gridband tool
Replies: 5
Views: 13364

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
by norad
Tue Mar 09, 2004 12:03 pm
Forum: ActiveX
Topic: alternating color bands
Replies: 4
Views: 10606

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...
by norad
Tue Mar 09, 2004 10:31 am
Forum: ActiveX
Topic: Antialiasing
Replies: 3
Views: 8868

I found a "UseAntiAlias" option for the canvas, but it doesnt seem to work. What am I doing wrong? Maybe useantialias only works on the client activex control and not on server activex generated pngs and gifs ?

Regards,

Alex
by norad
Fri Mar 05, 2004 10:40 am
Forum: ActiveX
Topic: alternating color bands
Replies: 4
Views: 10606

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
by norad
Wed Mar 03, 2004 1:44 pm
Forum: ActiveX
Topic: Antialiasing
Replies: 3
Views: 8868

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