Search found 7 matches
- Tue Mar 21, 2006 3:43 pm
- Forum: VCL
- Topic: Override legend drawing query
- Replies: 1
- Views: 2562
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...
- Wed Mar 08, 2006 1:05 pm
- Forum: VCL
- Topic: Storing obejcts behind points, and getting the Z value
- Replies: 9
- Views: 7144
- Fri Mar 03, 2006 9:31 am
- Forum: VCL
- Topic: Storing obejcts behind points, and getting the Z value
- Replies: 9
- Views: 7144
- Thu Mar 02, 2006 9:13 am
- Forum: VCL
- Topic: Storing obejcts behind points, and getting the Z value
- Replies: 9
- Views: 7144
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...
- Fri Feb 24, 2006 11:20 am
- Forum: VCL
- Topic: Storing obejcts behind points, and getting the Z value
- Replies: 9
- Views: 7144
- Fri Feb 24, 2006 10:46 am
- Forum: VCL
- Topic: Storing obejcts behind points, and getting the Z value
- Replies: 9
- Views: 7144
- Thu Feb 23, 2006 3:44 pm
- Forum: VCL
- Topic: Storing obejcts behind points, and getting the Z value
- Replies: 9
- Views: 7144
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...