Search found 40 matches

by LAL
Tue Jul 08, 2008 4:41 am
Forum: ActiveX
Topic: SurfaceNearestTool
Replies: 7
Views: 10746

Hi Yeray, Your VB example also works fine for me, but I cannot get the tool to work in VC6... It just doesn't show up in the colours I choose. Very occasionally if I set all the colours to 'None' the active column 'disappears' as I move the mouse, but it isn't reliable and seems to depend on the ori...
by LAL
Tue Jul 08, 2008 4:23 am
Forum: ActiveX
Topic: Initial Update Problem
Replies: 4
Views: 7275

Post fairy strikes again...

:oops:

OK, so I discovered the answer to the first problem...I needed to make sure 'Orthogonal' was not set initially.

But I'd still welcome ideas on the auto-zooming thing....

Cheers
by LAL
Tue Jul 08, 2008 4:18 am
Forum: ActiveX
Topic: Initial Update Problem
Replies: 4
Views: 7275

Initial Update Problem

I'm using v8 ActiveX with VC6 in an MFC application. I'm drawing a surface series representing topographical data and I'm adjusting Chart3DPercent or TimesZOrder to get my X / Y data roughly in proportion. I 'm adding a 'Rotate' tool in code too. This seems to work reasonably well, but the initial u...
by LAL
Thu Jul 03, 2008 10:33 pm
Forum: ActiveX
Topic: LegendPaletteTool Pointer
Replies: 4
Views: 6747

LegendPaletteTool Pointer

Using v8 & VC6 I cannot get a usable pointer to a legend palette tool, whether I add the tool at design time or in code: // Add chart tools long lToolCount = 0; m_Chart.GetTools().Add(tcRotate); lToolCount++; m_Chart.GetTools().Add(tcLegendPalette); CLegendPaletteTool lp = m_Chart.GetTools().GetItem...
by LAL
Thu Jul 03, 2008 8:55 pm
Forum: ActiveX
Topic: SurfaceNearestTool
Replies: 7
Views: 10746

Hi Yeray, Firstly, apologies...since I seem to have started this thread in the wrong forum! I'm actually using the v8 ActiveX control in and MFC application. I'm populating a 3d surface series with an irregular grid and adding the tool in code. The surface shows up OK, and if I start the editor I ca...
by LAL
Thu Jul 03, 2008 4:01 am
Forum: ActiveX
Topic: dynamically setting X and Z axis lengths on surface plots
Replies: 3
Views: 6641

OK...I answered myself :o)

You can adjust the left axis start and end positions to do 'z-axis' scaling!
by LAL
Thu Jul 03, 2008 3:37 am
Forum: ActiveX
Topic: SurfaceNearestTool
Replies: 7
Views: 10746

SurfaceNearestTool

Is there some trick to get this tool to work? I can't get it to show up on my SurfaceSeries.

I notice some other (old) threads reporting problems. Has this tool been fixed since then?
by LAL
Thu Jul 03, 2008 3:11 am
Forum: ActiveX
Topic: dynamically setting X and Z axis lengths on surface plots
Replies: 3
Views: 6641

Any resolution?

Hi Mark, I know I'm resurrecting an old issue, but did you get anywhere with this? I facing similar issues, and not being able to set axis scaling factors relative to one another is a real pain... I'm only after approximately scaled x, y coords so I think I can use .Chart3DPercent and .TimesZOrder a...
by LAL
Wed Jul 02, 2008 11:30 pm
Forum: ActiveX
Topic: Full Rotation
Replies: 1
Views: 4419

Full Rotation

With v8, is it possible to set the chart control to full rotation mode without using TeeCommander?

If so, how?

Cheers :)
by LAL
Mon Jun 23, 2008 3:30 am
Forum: ActiveX
Topic: 3D Elevation Scaling
Replies: 1
Views: 4279

3D Elevation Scaling

Hi All, I'm a new user using v8 to display topographical data in 3D. I'd like the user to be able to rescale the elevation axis, but I cannot discover how to achieve this. I don't mean change the numeric scale on the axis, I mean change the visual scale i.e., the number of pixels used to represent s...