Search found 10 matches

by nathan
Wed May 18, 2005 11:07 am
Forum: .NET
Topic: How to plot a 3d charts with gaps in the data
Replies: 5
Views: 10972

Does that mean that the X is equidistant and the Z is equidistant, but the distances do not have to be the same (this is very unclear in the documentation) Please have a look at the TeeChart features demo, available at the TeeChart Program group, and search for Irregular grid . Hope this helps you ...
by nathan
Wed May 18, 2005 10:29 am
Forum: .NET
Topic: How to plot a 3d charts with gaps in the data
Replies: 5
Views: 10972

The IrregularGrid property controls if X and Z values should be equidistant or not. Does that mean that the X is equidistant and the Z is equidistant, but the distances do not have to be the same (this is very unclear in the documentation) 1. I do not get an event for each position on the chart (an...
by nathan
Wed May 18, 2005 8:34 am
Forum: .NET
Topic: How to plot a 3d charts with gaps in the data
Replies: 5
Views: 10972

How to plot a 3d charts with gaps in the data

I have a patch of 3d data (say 7 by 5) which represents some statistics which have been binned. (the size of the bins are different in x and z) I plot a 3d chart of the data and get a nice mountain / valley appearance. I add a 'GetValueColor' to the chart so that I can colour the surface deending on...
by nathan
Tue Nov 23, 2004 1:36 pm
Forum: .NET
Topic: Legend painting issues
Replies: 5
Views: 9667

Indeed, I realised I could try that this morning! And, as you say, it works fine. The only complication in my case is that I want to stick the legend in the top-right corner, which means that I need to know how big it is in order to work out its custom position - but this information isn't available...
by nathan
Mon Nov 22, 2004 5:33 pm
Forum: .NET
Topic: Legend painting issues
Replies: 5
Views: 9667

Two follow-up questions / remarks: Firstly, whilst the legend painting order suggestion worked, it seems that it cannot be used if I actually want the legend to have a custom position - otherwise I end up with two legends being drawn. Any other suggestions? Secondly, setting UseColorRange to false o...
by nathan
Thu Nov 18, 2004 11:54 am
Forum: .NET
Topic: Legend painting issues
Replies: 5
Views: 9667

Thanks for the legend painting order suggestion - works perfectly!

I'll try out the other suggestion (not seeing surface colours in the legend) this afternoon ...
by nathan
Tue Nov 16, 2004 1:52 pm
Forum: .NET
Topic: "Aspect ratio" for 3D charts
Replies: 2
Views: 8965

"Aspect ratio" for 3D charts

Is there any way of ensuring that 3D charts remain cubic? Even if I prevent the chart from being resized to accommodate the legend, I cannot seem to force a cubic "aspect ratio"; in addition, the "non-cubic-ness" can be exacerbated by resizing the control. (Presumably the observed behaviour is inten...
by nathan
Mon Nov 15, 2004 5:18 pm
Forum: .NET
Topic: Distance between axis labels and axis
Replies: 2
Views: 6085

Many thanks for the prompt and helpful reponse - that does the trick!
by nathan
Mon Nov 15, 2004 3:04 pm
Forum: .NET
Topic: Legend painting issues
Replies: 5
Views: 9667

Legend painting issues

If Legend.ResizeChart is false and the chart is zoomed in, the chart may be painted on top of the Legend. Other than setting ResizeChart to true, is there any way to prevent this? i.e. can the painting order be changed? Also, I'm producing 3D charts with multiple surfaces, each of which is painted u...
by nathan
Mon Nov 15, 2004 2:45 pm
Forum: .NET
Topic: Distance between axis labels and axis
Replies: 2
Views: 6085

Distance between axis labels and axis

Apologies in advance if this is covered in the documentation - I'm still getting to grips with the large number of objects and properties ... Basically, I'd like to know if there is a way to increase the distance between the axis labels and the axis. [The CustomSize property seems to increase the di...