Search found 10 matches

by Raju S Nair
Wed Sep 17, 2008 4:37 am
Forum: VCL
Topic: How to plot graph Step wise?
Replies: 1
Views: 2475

How to plot graph Step wise?

Hi, I am having some question regarding graph plotting. I want to plot graph step wise as plotted in first image. Here we are using GigaSoft components for graph stubs, but now we are using Tee Chart that we purchased. Is there any method or property to use same plotting as shown in first image? I d...
by Raju S Nair
Wed Apr 04, 2007 7:55 am
Forum: VCL
Topic: Bottom position legent with single column how?
Replies: 3
Views: 4600

Bottom position legend with single column how?

Yes I have tried with Right alignment and custom position but in that case if it crosses bottom axis legend is disappearing so that method is not feasible for me. I am trying to accomplish the feature from TeeChart itself and try to avoid extra coding. So if you rectify disappearing of the legend th...
by Raju S Nair
Fri Mar 30, 2007 8:12 am
Forum: VCL
Topic: Bottom position legent with single column how?
Replies: 3
Views: 4600

Bottom position legent with single column how?

Hi,
I selected Legend Style is series name and its position as bottom but when i selected multiple series the series name displaying in a single line how can i convert into two line that menas I need only one column in legend regardless of positon selection.

Thanks in advance
Raju S Nair
by Raju S Nair
Mon Mar 12, 2007 7:34 am
Forum: VCL
Topic: How can I convert Horizontal Unit to Pixel Value
Replies: 1
Views: 4597

How can I convert Horizontal Unit to Pixel Value

Hi,
Is there any function to Convert Horizontal one unit value to the Pixel value in TeeChart? What is reverse function?

Thanks and Regards
Raju S Nair
by Raju S Nair
Mon Mar 05, 2007 6:14 am
Forum: VCL
Topic: Inverted issue
Replies: 9
Views: 7009

Inverted issue

Hi Narcís Calvet,
There was a spelling mistake in my e-mail id because of that reason i didnt get v8 beta version. So please send me the v8 beta version.

Thanks and Regards
Raju S Nair
by Raju S Nair
Thu Feb 22, 2007 6:25 pm
Forum: VCL
Topic: Inverted issue
Replies: 9
Views: 7009

Inverted issue

Hi Narcís Calvet, Sorry to send private messages to you. I uploaded Teechart.zip that file contains demo source in Delphi7 ,its exe ,jpeg image for Teechart version in my system and two different scenario jpeg files please check all these if it is not coming in your side then please check into my ex...
by Raju S Nair
Thu Feb 22, 2007 11:27 am
Forum: VCL
Topic: Inverted issue
Replies: 9
Views: 7009

Inverted issue

Hi, You can simply check that Application in Normal button click and Pan it into right side it will work fine then click Inverted button then pan it into right side you can see if the zero value crosses right side border then the some part of area is disappearing. You can use comment PanTheGraph pro...
by Raju S Nair
Tue Feb 20, 2007 7:57 pm
Forum: VCL
Topic: Inverted issue
Replies: 9
Views: 7009

Inverted issue

Hi, I have Created one area series with bottom axiz as horizontal and left axiz as vertical I enable allowpan functionality its working fine then i Inverted bottom axiz and start panning that time when the data points crossed the right axis that area disappeared. How can I avoid this issue? Is there...
by Raju S Nair
Tue Nov 21, 2006 10:29 am
Forum: VCL
Topic: How to cast TCanvas3D to TCanvas and vice a versa
Replies: 1
Views: 3013

How to cast TCanvas3D to TCanvas and vice a versa

I need to pass the canvas of the VCL as parameter to some methods who in turn do some drawing operations on the canvas. For this I need to do class casting from TCavas3D to TCanvas and vice a versa. But it seems that since both of these are not compatible so compiler complains and does not even comp...
by Raju S Nair
Tue Nov 21, 2006 10:26 am
Forum: VCL
Topic: How to use CopyRect() on the canvas of TeeChart VCL
Replies: 1
Views: 2478

How to use CopyRect() on the canvas of TeeChart VCL

I need to do some custom drawing on the canvas of TeeChart 7 (TDBChart) professional but it seems that the canvas exposed by this VCL component does not support anything similar to CopyRect() function provided by normal TCanvas. Please advise if there is any similar method available or if there is s...