Search found 7 matches

by linkhrsys
Tue Mar 21, 2006 3:43 pm
Forum: VCL
Topic: Override legend drawing query
Replies: 1
Views: 2549

Override legend drawing query

Hi i am trying to create a legend like the following image, is there anyway i can override the legend drawing and replace it. http://www.sharpe-shell.org/uploads/customlegend.jpg I have 40 numeric ranges that i use for my gradient, and when i use the legend to display this, it does not look great. h...
by linkhrsys
Wed Mar 08, 2006 1:05 pm
Forum: VCL
Topic: Storing obejcts behind points, and getting the Z value
Replies: 9
Views: 7091

Using this method the ValueIndex returned is -1 when clicking in a 3D chart
by linkhrsys
Fri Mar 03, 2006 9:31 am
Forum: VCL
Topic: Storing obejcts behind points, and getting the Z value
Replies: 9
Views: 7091

Any ideas Narcis? If this is not possible we will have to implement an alternative solution without the Z axis and using the ColorGrid.
by linkhrsys
Thu Mar 02, 2006 9:13 am
Forum: VCL
Topic: Storing obejcts behind points, and getting the Z value
Replies: 9
Views: 7091

After having used the solution you posted and fully testing it, we find it is very hard to select a bar using this method. Is there no possible way that on mouseclick could return index of the bar being clicked on a 3d axis, instead of using the tool GetNearestPoint which is inacurrate. This would h...
by linkhrsys
Fri Feb 24, 2006 11:20 am
Forum: VCL
Topic: Storing obejcts behind points, and getting the Z value
Replies: 9
Views: 7091

Thank you for your help, the solution works great :)
by linkhrsys
Fri Feb 24, 2006 10:46 am
Forum: VCL
Topic: Storing obejcts behind points, and getting the Z value
Replies: 9
Views: 7091

I have knocked up a quick diagram to explain what i am trying to achieve. Please help.

Image
by linkhrsys
Thu Feb 23, 2006 3:44 pm
Forum: VCL
Topic: Storing obejcts behind points, and getting the Z value
Replies: 9
Views: 7091

Storing obejcts behind points, and getting the Z value

I have a situation where i am using a TTowerSeries with an X,Y,Z axis. When a user clicks a point in the chart i want to return an object associated with the point that has been clicked. In essence i have a list of X values, and assigned to each X value is a list of Z values. When a user clicks on t...