Search found 12 matches

by Monkey
Wed Dec 10, 2008 1:06 pm
Forum: VCL
Topic: Keeping a graph line the same when adding points?
Replies: 3
Views: 6622

Hi Narcís,

That does the trick!

Thanks,
Monkey.
by Monkey
Wed Dec 10, 2008 12:07 pm
Forum: VCL
Topic: Keeping a graph line the same when adding points?
Replies: 3
Views: 6622

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...
by Monkey
Thu Nov 13, 2008 2:48 pm
Forum: VCL
Topic: Set Maximum number of Axis Ticks?
Replies: 1
Views: 3491

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
by Monkey
Tue Oct 14, 2008 2:55 pm
Forum: VCL
Topic: 3D chart reverse bottom axis?
Replies: 2
Views: 4433

Ah, that worked perfectly, thank you very much! :)
by Monkey
Tue Oct 14, 2008 2:40 pm
Forum: VCL
Topic: 3D chart reverse bottom axis?
Replies: 2
Views: 4433

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...
by Monkey
Mon Oct 13, 2008 12:26 pm
Forum: VCL
Topic: Out of Memory
Replies: 7
Views: 8768

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...
by Monkey
Mon Oct 13, 2008 9:19 am
Forum: VCL
Topic: Out of Memory
Replies: 7
Views: 8768

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...
by Monkey
Fri Oct 10, 2008 1:16 pm
Forum: VCL
Topic: Out of Memory
Replies: 7
Views: 8768

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...
by Monkey
Wed Oct 08, 2008 1:35 pm
Forum: VCL
Topic: setting the format of the left/right axis labels
Replies: 9
Views: 10949

narcis wrote:No, axis can display as many labels as desired provided they don't overlap.
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.

Thanks again for your valued assistance :)

Monkey.
by Monkey
Wed Oct 08, 2008 11:05 am
Forum: VCL
Topic: setting the format of the left/right axis labels
Replies: 9
Views: 10949

I've just tried setting AxisValuesFormat to 0.000 and it appears to work fine now. :)

Can i ask for future reference:

What is the minimum size axis increment?
Is there a maximum number of increments that an axis may display?
by Monkey
Wed Oct 08, 2008 10:16 am
Forum: VCL
Topic: setting the format of the left/right axis labels
Replies: 9
Views: 10949

Hi,

I have been having a similar problem. My Chart is displaying values between 0 -> 0.002 . I have set "AxisValuesFormat" to zero, and the "Increment" to 0.001. The axis appears in the middle, but the label is "0" instead of "0.001".

Do I need to set something else?

Best regards,
Monkey
by Monkey
Mon Oct 06, 2008 9:21 am
Forum: VCL
Topic: Out of Memory
Replies: 7
Views: 8768

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.