Thank you very much
It was very useful comment :3
Search found 9 matches
- Tue Jul 14, 2009 10:21 am
- Forum: VCL
- Topic: Can I adjust TeeChart's y-axis like this attachment?
- Replies: 5
- Views: 7676
- Tue Jul 14, 2009 4:29 am
- Forum: VCL
- Topic: Can I adjust TeeChart's y-axis like this attachment?
- Replies: 5
- Views: 7676
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;
Can you Explain what these property means ?
I cant read Teechart Help File on Vista ...
- Mon Jul 13, 2009 9:01 am
- Forum: VCL
- Topic: Can I adjust TeeChart's y-axis like this attachment?
- Replies: 5
- Views: 7676
Re: Can I adjust TeeChart's y-axis like this attachment?
Thanks you Yeray.
Im gonna try with it.
Hav nice day :3
Im gonna try with it.
Hav nice day :3
- Mon Jul 13, 2009 5:53 am
- Forum: VCL
- Topic: Can I adjust TeeChart's y-axis like this attachment?
- Replies: 5
- Views: 7676
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?
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?
- Fri Feb 15, 2008 9:19 pm
- Forum: VCL
- Topic: some questions about TChartListBox
- Replies: 0
- Views: 4767
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...
- Thu Jan 17, 2008 2:40 am
- Forum: VCL
- Topic: Can I add data to a chart from DB result?
- Replies: 2
- Views: 4368
Thanks for your support
Thx narcis. I'll look at demo you've mentioned
- Wed Jan 16, 2008 2:34 pm
- Forum: VCL
- Topic: Can I add data to a chart from DB result?
- Replies: 2
- Views: 4368
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...
- Thu Jul 12, 2007 4:33 am
- Forum: VCL
- Topic: How can I refresh DBChart's serieses automatically ?
- Replies: 2
- Views: 6579
thx
ill try it thanks you
- Wed Jul 11, 2007 7:53 am
- Forum: VCL
- Topic: How can I refresh DBChart's serieses automatically ?
- Replies: 2
- Views: 6579
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...