Hi Narcís,
That does the trick!
Thanks,
Monkey.
Search found 12 matches
- Wed Dec 10, 2008 1:06 pm
- Forum: VCL
- Topic: Keeping a graph line the same when adding points?
- Replies: 3
- Views: 6689
- Wed Dec 10, 2008 12:07 pm
- Forum: VCL
- Topic: Keeping a graph line the same when adding points?
- Replies: 3
- Views: 6689
Keeping a graph line the same when adding points?
Hi Support, I think I saw a thread on this a few months ago but I can't find it - if it's still around here somewhere then please point me in the right direction :) I have a system that adds points using X and Y values to a chart at regular intervals. As each point is added, a line must be drawn fro...
- Thu Nov 13, 2008 2:48 pm
- Forum: VCL
- Topic: Set Maximum number of Axis Ticks?
- Replies: 1
- Views: 3516
Set Maximum number of Axis Ticks?
Hi Support,
Is it possible to set the maximum number of ticks on an axis? If so, how can this be done?
thanks,
Monkey
Is it possible to set the maximum number of ticks on an axis? If so, how can this be done?
thanks,
Monkey
- Tue Oct 14, 2008 2:55 pm
- Forum: VCL
- Topic: 3D chart reverse bottom axis?
- Replies: 2
- Views: 4476
- Tue Oct 14, 2008 2:40 pm
- Forum: VCL
- Topic: 3D chart reverse bottom axis?
- Replies: 2
- Views: 4476
3D chart reverse bottom axis?
Hi Support, I'm displaying data on a 3D chart like so: http://i393.photobucket.com/albums/pp19/Adam_Newman/TChart3D.jpg The bottom axis, Phase deg, displays data from 360 -> 0. Is there any way to format this axis so that it displays the labels, and data, in reverse order? I.e. from 0 -> 360 instead...
- Mon Oct 13, 2008 12:26 pm
- Forum: VCL
- Topic: Out of Memory
- Replies: 7
- Views: 8862
Hi Narcís, Thanks for the tip :) So is this error caused by attempting to call the Free method on an empty series? If this is the case, is there any way to check to see if the series contains any data before attempting to Free it? Also, if you uncomment the free call, do you experience the same issu...
- Mon Oct 13, 2008 9:19 am
- Forum: VCL
- Topic: Out of Memory
- Replies: 7
- Views: 8862
Hi Narcís, Why are you trying to free the series in a loop where you are populating it? It doesn't make much sense for me. My project contains a procedure similar to the one in the example project that uses a loop to populate the series. I wanted to simulate what is happening in that project. If I p...
- Fri Oct 10, 2008 1:16 pm
- Forum: VCL
- Topic: Out of Memory
- Replies: 7
- Views: 8862
Hi Narcís, The .free method causes me an access violation error when it is called: http://i393.photobucket.com/albums/pp19/Adam_Newman/accessviolationfornarcis.jpg An attempt to read address zero seems strange. I appreciate that it would help to solve the issue, but I'm afraid that I am unable to se...
- Wed Oct 08, 2008 1:35 pm
- Forum: VCL
- Topic: setting the format of the left/right axis labels
- Replies: 9
- Views: 11080
Thought this might be the case. My increment is set to 0.001 but the chart only displays labels (and grid lines) in increments of 0.002. This is not a problem however.narcis wrote:No, axis can display as many labels as desired provided they don't overlap.
Thanks again for your valued assistance
Monkey.
- Wed Oct 08, 2008 11:05 am
- Forum: VCL
- Topic: setting the format of the left/right axis labels
- Replies: 9
- Views: 11080
- Wed Oct 08, 2008 10:16 am
- Forum: VCL
- Topic: setting the format of the left/right axis labels
- Replies: 9
- Views: 11080
- Mon Oct 06, 2008 9:21 am
- Forum: VCL
- Topic: Out of Memory
- Replies: 7
- Views: 8862
Out of Memory
Hi,
What is the best way to free up memory that has been allocated to the data stored in a TIsoSurfaceSeries? I tried using the .Clear method but I still seem to get an "Out of Memory" error.
Thanks,
Monkey.
What is the best way to free up memory that has been allocated to the data stored in a TIsoSurfaceSeries? I tried using the .Clear method but I still seem to get an "Out of Memory" error.
Thanks,
Monkey.