Thank you very much for your rapid and clear reply
I'm sure your example will solve the problem for me
Have a nice day,
Marck
Search found 6 matches
- Tue May 20, 2008 10:43 am
- Forum: VCL
- Topic: How to clip drawn points in a chart ?
- Replies: 2
- Views: 6234
- Tue May 20, 2008 7:54 am
- Forum: VCL
- Topic: How to clip drawn points in a chart ?
- Replies: 2
- Views: 6234
How to clip drawn points in a chart ?
Teechart 6.01 (with source), Delphi 7 I'm showing data in a TChart using TPointSeries. I'm showing it in a grid (I use TChartShape for each rectangle in that grid). Now, when the user resizes a data point (Pointer.HorizSize, Pointer.VeriSize) those points will eventually draw outside a grid's rectan...
- Tue Sep 27, 2005 12:46 pm
- Forum: VCL
- Topic: How to make an X-Y chart ?
- Replies: 1
- Views: 3751
Never mind, already found it.....
Code: Select all
var
A: TPointSeries;
- Tue Sep 27, 2005 12:20 pm
- Forum: VCL
- Topic: How to make an X-Y chart ?
- Replies: 1
- Views: 3751
How to make an X-Y chart ?
Hi, I would like to have a graph, having 2 axis (x and y) both ranging from -60 to +60. Next I would like to add a number of values (for instance, x=12 y=30). How do I do that? (I'm not like new with tchart, but this one really puzzles me) Code I tried (after dumping a TChart component on a form): P...
- Wed Mar 30, 2005 2:07 pm
- Forum: VCL
- Topic: Bug (or missing feature....) in Gantt chart series
- Replies: 7
- Views: 11541
- Wed Mar 30, 2005 11:56 am
- Forum: VCL
- Topic: Bug (or missing feature....) in Gantt chart series
- Replies: 7
- Views: 11541
Bug (or missing feature....) in Gantt chart series
Hi, We use quite a few times Teechart to produce diagrams. Since today, we need to use a gantt chart. (Using version 6.01 with source). I've encountered a bug (or a missing feature if you like): To connect two 'Gantt points' one can use: Series.AddGant( 0, 12, 0, 'something'); Series.AddGant( 14, 15...