Search found 11 matches

by KevinKillion
Sat Feb 19, 2011 5:54 pm
Forum: VCL
Topic: TChart CAN draw viewer-facing text with an OpenGL chart
Replies: 1
Views: 2768

TChart CAN draw viewer-facing text with an OpenGL chart

I'm still searching for a way to attach some form of labels that FACE THE VIEWER with an OpenGL TChart. But then I realized that TChart does something suitable all the time! Here is an example: forwardfacingtext.JPG Note that the "normal" text labels for the boxes face what was originally the "front...
by KevinKillion
Fri Feb 18, 2011 12:31 am
Forum: VCL
Topic: Display text in OpenGL mode perpendicular to viewing axis
Replies: 4
Views: 7274

Still can't make both points AND text look good

BACKGROUND: SPIN PLOTS I'm trying to create a "spin" chart using TChart. A spin chart lets an analyst view a 3D scatter plot and spin it around by pitch, yaw and roll. Here is an animated GIF that is a good illustration: macspin example.gif With a modest number of points (up to 20 or 30, say), it wo...
by KevinKillion
Thu Feb 17, 2011 10:47 pm
Forum: VCL
Topic: Display text in OpenGL mode perpendicular to viewing axis
Replies: 4
Views: 7274

Re: Display text in OpenGL mode perpendicular to viewing axis

Hmmmm. Well, it should be simple enough to draw the text labels myself using the onAfterDraw event. 1) If I draw to a OpenGL canvas using onAfterDraw, wil my text still appear to be rotated? 2) I need to know WHERE to draw the text. How do I retrieve the x-y coordinates (in Canvas coordinates, NOT i...
by KevinKillion
Tue Feb 15, 2011 9:30 pm
Forum: VCL
Topic: getting points AND labels to look right in oblique view
Replies: 1
Views: 2520

getting points AND labels to look right in oblique view

In a previous post, I wrote that when viewed at an oblique angle, Point3D series show flat rectangles not cubes, and Bubble3D series show flat circles, not spheres. Sandra (site admin) suggested using an OpenGL canvas instead, and gave code on how to do that. Wow, now my series points look stunning,...
by KevinKillion
Mon Feb 14, 2011 10:13 pm
Forum: VCL
Topic: Adding points with labels changes axis
Replies: 2
Views: 3168

Re: Adding points with labels changes axis

That did it. Thank you, Yeray!
by KevinKillion
Fri Feb 04, 2011 4:49 pm
Forum: VCL
Topic: Adding points with labels changes axis
Replies: 2
Views: 3168

Adding points with labels changes axis

I'm creating 2D scatter plots at runtime (since it's not known at designtime how many charts will be needed). When I add points using AddXY without labels, the bottom axis looks fine, showing the scale of values (see top chart, attached). But when I add points WITH labels, the bottom axis shows thes...
by KevinKillion
Thu Feb 03, 2011 7:18 pm
Forum: VCL
Topic: 3D: symbols, elevation, inertia, and "roll"
Replies: 1
Views: 2970

3D: symbols, elevation, inertia, and "roll"

To Narcis, thanks for the tip about using the 3D series ... they look great!! But there are some remaining puzzles: * The symbols in the 3D series are flat when viewed at an oblique angle. The Point3D series shows flat rectangles, where one might expect cubes. Similarly, the Bubble3D series shows fl...
by KevinKillion
Sat Sep 18, 2010 7:44 pm
Forum: VCL
Topic: How to "reset" theme
Replies: 3
Views: 4006

Re: How to "reset" theme

The inability to "un-apply" or reset a theme is a serious problem that substantially reduces the utility of this otherwise valuable feature. Some notes: * Choice of some themes appears to set some properties that are not set by other themes. Some examples: * "Facts" sets back wall to alternating hor...
by KevinKillion
Tue Aug 17, 2010 3:15 am
Forum: VCL
Topic: Ternary tweaks
Replies: 3
Views: 4242

Re: Ternary tweaks

Hi, Yeray and others -- I've created a little demo project (with a runnable EXE and all the source code) that illustrates several tweaks needed to TERNARY plots, including: * obscuring of axis labels * clipped display of lower two VertexTitles * Palette seems to cycle over and over, rather than fitt...
by KevinKillion
Thu Jul 29, 2010 6:46 pm
Forum: VCL
Topic: Ternary tweaks
Replies: 3
Views: 4242

Ternary tweaks

I was delighted to see the new TERNARY series type, and have already made client-dazzling use of it in a project! But there are a few tweaks needed. Please take this as suggestions from an enthusiastic fan who is astounded by how much is in TChart Pro! * Axes -- if a bubble is placed on an edge (bec...
by KevinKillion
Sun Jul 11, 2010 7:08 pm
Forum: VCL
Topic: OnClickSeries with TLineSeries selects the wrong point
Replies: 15
Views: 11804

Re: OnClickSeries with TLineSeries selects the wrong point

Hi! Sorry to say, but the problem is certainly more than just an index off by one. To test, I created a chart with several series. As in your example, I set the title according to onSeriesClick, but I also show the series.Name. In addition, I set the title when onClickBackground fires, to more easil...