Search found 9 matches

by HCLab
Tue Jul 14, 2009 10:21 am
Forum: VCL
Topic: Can I adjust TeeChart's y-axis like this attachment?
Replies: 5
Views: 7636

Re: Can I adjust TeeChart's y-axis like this attachment?

Thank you very much
It was very useful comment :3
by HCLab
Tue Jul 14, 2009 4:29 am
Forum: VCL
Topic: Can I adjust TeeChart's y-axis like this attachment?
Replies: 5
Views: 7636

Re: Can I adjust TeeChart's y-axis like this attachment?

Code: Select all


  Chart1.Axes.Left.EndPosition := 59;
  Chart1.CustomAxes.Items[0].StartPosition := 61;
end;
Thanks for your reply but I cant understand what this codes means ...
Can you Explain what these property means ?
I cant read Teechart Help File on Vista ...
by HCLab
Mon Jul 13, 2009 9:01 am
Forum: VCL
Topic: Can I adjust TeeChart's y-axis like this attachment?
Replies: 5
Views: 7636

Re: Can I adjust TeeChart's y-axis like this attachment?

Thanks you Yeray.

Im gonna try with it.
Hav nice day :3
by HCLab
Mon Jul 13, 2009 5:53 am
Forum: VCL
Topic: Can I adjust TeeChart's y-axis like this attachment?
Replies: 5
Views: 7636

Can I adjust TeeChart's y-axis like this attachment?

when i have data like attachment image
can i adjust y - axis value like chart below?

i need that the space between value 300 and 800 is displayed rather upper chart than bottom.

TeeChart has some property that i could do?
by HCLab
Fri Feb 15, 2008 9:19 pm
Forum: VCL
Topic: some questions about TChartListBox
Replies: 0
Views: 4730

some questions about TChartListBox

Hi. I hav some questions about TChartListBox. 1. Is it possible to prevent editing series name/title with F2 key? If it is possible, how to implement it. 2. How can I know when series type changed? Is there property about such events? 3. How can I control series gallery created by double clicking ch...
by HCLab
Thu Jan 17, 2008 2:40 am
Forum: VCL
Topic: Can I add data to a chart from DB result?
Replies: 2
Views: 4332

Thanks for your support

Thx narcis. I'll look at demo you've mentioned
by HCLab
Wed Jan 16, 2008 2:34 pm
Forum: VCL
Topic: Can I add data to a chart from DB result?
Replies: 2
Views: 4332

Can I add data to a chart from DB result?

I wish to use single dataset for several serieses. For example, first, assign query into a dataset. second, open a dataset and add data from that dataset to a series on a chart. third, repeat these steps. that work is occur in for loop. finally, I have to get a chart that has muliti serieses with di...
by HCLab
Thu Jul 12, 2007 4:33 am
Forum: VCL
Topic: How can I refresh DBChart's serieses automatically ?
Replies: 2
Views: 6539

thx

ill try it thanks you
by HCLab
Wed Jul 11, 2007 7:53 am
Forum: VCL
Topic: How can I refresh DBChart's serieses automatically ?
Replies: 2
Views: 6539

How can I refresh DBChart's serieses automatically ?

i could not search proffer questions/answers. i use TeeChart 7 - Delphi7. i've made a MDI appl similar to monitoring tools. children forms have 5~6 serieses and each series has TOraQuery data source. children forms alos have a timer so serieses on child form's DBChart can be refreshed with 10 sec pe...