Hello Yeray,
thank you, its working fine now, that was exactly what I also found out as solution, to minimize the number of redraws.
best regards
Search found 7 matches
- Mon Nov 19, 2018 1:24 pm
- Forum: VCL
- Topic: How to synchronize multiple 3D Charts
- Replies: 3
- Views: 9151
- Thu Nov 15, 2018 6:19 pm
- Forum: VCL
- Topic: How to synchronize multiple 3D Charts
- Replies: 3
- Views: 9151
How to synchronize multiple 3D Charts
Hello, I have a couple of (Cloned) 3D Charts on a form, about 10 to 20. The first (main) one has a TTeeCommander component connected to zoom, pan and rotate it. When this main chart gets zoomed, rotated, moved, all other Charts should follow in the same way. Currently what I do is using the ChartAft...
- Tue Jun 19, 2018 1:34 pm
- Forum: VCL
- Topic: How to best create this kind of chart
- Replies: 7
- Views: 14508
Re: How to best create this kind of chart
Perfect, Thank You !
- Tue Jun 19, 2018 7:48 am
- Forum: VCL
- Topic: How to best create this kind of chart
- Replies: 7
- Views: 14508
Re: How to best create this kind of chart
Hello Yeray,
I want to achieve that:
The line can be drawn at any height of the {Counts} axis.
[Scan Number] should be the common axis again.
Thanks and best regards
I want to achieve that:
The line can be drawn at any height of the {Counts} axis.
[Scan Number] should be the common axis again.
Thanks and best regards
- Mon Jun 18, 2018 6:04 pm
- Forum: VCL
- Topic: How to best create this kind of chart
- Replies: 7
- Views: 14508
Re: How to best create this kind of chart
Hello Yeray,
I got it right for the TColorGridSeries series now :
How to get it right for a similar TSurfaceSeries:
I somehow can't see how to get the axis right....
Thanks in advance!
I got it right for the TColorGridSeries series now :
How to get it right for a similar TSurfaceSeries:
I somehow can't see how to get the axis right....
Thanks in advance!
- Mon Jun 18, 2018 10:18 am
- Forum: VCL
- Topic: How to best create this kind of chart
- Replies: 7
- Views: 14508
Re: How to best create this kind of chart
Hello Yeray,
Thank You, that looks exactly like what I need.
Thank You, that looks exactly like what I need.
- Fri Jun 15, 2018 8:32 pm
- Forum: VCL
- Topic: How to best create this kind of chart
- Replies: 7
- Views: 14508
How to best create this kind of chart
Hello, I have a chart with a ColorGrid series and I would like to display a vertical line series (red line) on top of this ColorGrid. The Left axis is actually the same axis for both series (Scan Number) the top axis should display the X values of the line series (Measured Voltage V) ChartCapture.PN...