Search found 3 matches
- Fri Jun 19, 2015 2:22 pm
- Forum: VCL
- Topic: Overlapping series on the X axis
- Replies: 10
- Views: 14927
Re: Overlapping series on the X axis
Hi! You understood exactly my problem. I'm really inserting labels in all series and the series have different values of X from each other. The X values of the series are not incremented accordingly. I would like to show in the lower graph the label and the higher value (regardless of which series m...
- Thu Jun 18, 2015 4:50 pm
- Forum: VCL
- Topic: Overlapping series on the X axis
- Replies: 10
- Views: 14927
Re: Overlapping series on the X axis
This solution I had already tested, though we have exactly the problem you mentioned. If we have series with different values of X, in this case, they would be chart pieces without the label on the X axis. Is there any other solution to this problem?
- Thu Jun 18, 2015 2:41 pm
- Forum: VCL
- Topic: Overlapping series on the X axis
- Replies: 10
- Views: 14927
Overlapping series on the X axis
Good morning! I'm working on a project in Delphi 7 where I use TChart (2014 version) with TFastLine series to view computer performance queries related to CPU, memory and disk. In the performance filters of the three options, it can be selected one or more computers by the user for data collection. ...