Search found 36 matches
- Mon Jul 24, 2017 9:17 am
- Forum: VCL
- Topic: Drawing a line in 3D across a Surface Plot
- Replies: 3
- Views: 9142
Re: Drawing a line in 3D across a Surface Plot
tmp2.png tmp1.png tmp3.png I used this method to draw on the line. I was attempting to use the real values in x, y and z to draw across the chart in each plane. The actual line produced looks perfect but its orientation is wrong. The x and y coordinates appear incorrect in a 3d context. Any advice ...
- Fri Jul 14, 2017 1:49 pm
- Forum: VCL
- Topic: Preventing a 3D plot from appearing when click+dragging
- Replies: 2
- Views: 7187
Re: Preventing a 3D plot from appearing when click+dragging
Thanks, it was a rotation tool causing the problem. Sorry, I didn't realise it was active. The code i'm working on was written a while ago by another programmer so I wasn't fully aware of what was going on. Thank you for helping.
- Fri Jul 14, 2017 8:21 am
- Forum: VCL
- Topic: Preventing a 3D plot from appearing when click+dragging
- Replies: 2
- Views: 7187
Preventing a 3D plot from appearing when click+dragging
Hi,
I have a surface plot which is designed to display just a planar view and therefore essentially be a 2D grid. Is there a way of preventing the chart from displaying the depth axis when I click and drag it?
I have a surface plot which is designed to display just a planar view and therefore essentially be a 2D grid. Is there a way of preventing the chart from displaying the depth axis when I click and drag it?
- Mon Jun 12, 2017 7:55 am
- Forum: VCL
- Topic: Installing TChart for Delphi 10.2 Starter Edition
- Replies: 1
- Views: 6748
Installing TChart for Delphi 10.2 Starter Edition
Hi,
I tried to install TChart within the RAD Studio 10.2 IDE. The installation appeared to work and the components were available in the tool palette. When I tried to build a program with one of the components an error was thrown reading 'module not found'. How do I get round this?
I tried to install TChart within the RAD Studio 10.2 IDE. The installation appeared to work and the components were available in the tool palette. When I tried to build a program with one of the components an error was thrown reading 'module not found'. How do I get round this?
- Wed May 31, 2017 12:54 pm
- Forum: VCL
- Topic: Programmatically accessing TSurfaceSeries border
- Replies: 1
- Views: 7536
Programmatically accessing TSurfaceSeries border
Hi,
I would like to switch the Border's visible value of a TSurfaceSeries programmatically. I can't find the property to access it. Can someone tell me what it is please?
I would like to switch the Border's visible value of a TSurfaceSeries programmatically. I can't find the property to access it. Can someone tell me what it is please?
- Tue Mar 21, 2017 4:03 pm
- Forum: VCL
- Topic: Animating a surface plot
- Replies: 1
- Views: 5645
Animating a surface plot
Hi, I have a feature in my program which animates the surface plot by gradually rotating and elevating it on a loop cycle. The calls to do this are made from a worker thread so that the rest of the program can be freely interacted with. Unfortunately, the reults are slightly jittery and the chart is...
- Mon Mar 06, 2017 12:32 pm
- Forum: VCL
- Topic: Chart Updating
- Replies: 1
- Views: 5586
Chart Updating
Hi, I have some code in my program which references variables like 'NumXValues' and 'NumZValues' (in the context of a surface plot) in order to set ranges etc. The problem is that the chart seems to update one step late meaning that the values are those of the previous range. I have tried to update ...
- Thu Mar 02, 2017 1:30 pm
- Forum: VCL
- Topic: Control using TeeCommander
- Replies: 1
- Views: 5584
Control using TeeCommander
Hi, I have a surface plot which can be controlled using the TeeCommander. I also have a thread which animates the plot by sequencing a series of pivots and rotations. If I use the commander to manipulate the plot (the rotation for instance) and then start the animation I find the plot can be moved a...
- Thu Feb 16, 2017 12:10 pm
- Forum: VCL
- Topic: Drawing a line in 3D across a Surface Plot
- Replies: 3
- Views: 9142
Drawing a line in 3D across a Surface Plot
Hi, I have been attemptong to draw a line (in 3D) across a surface plot using the MoveTo3D and LineTo3D functions. Intuitively, I tried using the CalcXPOsValue and CalcYPosValue to obtain the start and end positions for x and y but I see not equivalent for the z value. I winder if there is a simpler...
- Thu Feb 09, 2017 4:21 pm
- Forum: VCL
- Topic: Everything is slow if I plot a large dataset
- Replies: 1
- Views: 5600
Everything is slow if I plot a large dataset
Hi, I've noticed that when plotting a very large dataset in a surface plot that almost everything else in the program which involved some sort of animation (e.g. zoom, rotate, spinedit) becomes slow. As these features are built in to the component I can't think of a way to increase performance. Do y...
- Mon Feb 06, 2017 3:55 pm
- Forum: VCL
- Topic: TeeCommander
- Replies: 1
- Views: 5316
TeeCommander
Hi,
Is is possible to limit the buttons on the teecommander by removing some of its buttons? If so, how?
Is is possible to limit the buttons on the teecommander by removing some of its buttons? If so, how?
- Wed Feb 01, 2017 11:11 am
- Forum: VCL
- Topic: Image export resolution
- Replies: 7
- Views: 15669
Re: Image export resolution
I am using 'Teechart 2016 VCL Components'.
- Wed Jan 25, 2017 1:12 pm
- Forum: VCL
- Topic: Image export resolution
- Replies: 7
- Views: 15669
Re: Image export resolution
Thank you, but the problem is when I export the image. You have an option to alter the size of the image. When I do this the detail in the chart (e.g. labels, title etc.) do not re-scale to fit the rest of the image and appear quite small, even though in the plot they look correct.
- Wed Jan 25, 2017 8:59 am
- Forum: VCL
- Topic: Image export resolution
- Replies: 7
- Views: 15669
Re: Image export resolution
Basically if i try and export a chart as a large image - say, to fill an entire A4 sheet, the scale is disrupted and the labels etc. appear smaller. Is there a way I can retain the way the chart appears on screen and export it as a larger image (in terms of dimensions)?
- Tue Jan 24, 2017 9:42 am
- Forum: VCL
- Topic: Image export resolution
- Replies: 7
- Views: 15669
Image export resolution
Hi,
I find that when I export a chart as an image the resolution decreases, but if I print directly it looks clearly defined. How do I ensure that exported images appear as clearly?
I find that when I export a chart as an image the resolution decreases, but if I print directly it looks clearly defined. How do I ensure that exported images appear as clearly?