Search found 17 matches

by AeroSys
Mon Jan 08, 2007 3:57 pm
Forum: VCL
Topic: Calculate terrain XY coordinates from mouse click on TChart
Replies: 3
Views: 7376

Hi all (again), I made some searches in the forum and found another similar question that gave me an idea, so i wrote two small routines that now give me the values that i need (see below in blue). What I am wrestling with now is how or which mouse click action to associate with this calculation. I ...
by AeroSys
Sat Jan 06, 2007 6:03 am
Forum: VCL
Topic: How to disable zooming by dlb click?
Replies: 1
Views: 6397

How to disable zooming by dlb click?

There are two ways to zoom on a Tchart: (1) Click and drag a zoom box, and (2) double click and size the zoom box. I want to disable the 2nd method, but keep the 1st method intact. How do I do this?

Matt
by AeroSys
Fri Jan 05, 2007 8:54 pm
Forum: VCL
Topic: Calculate terrain XY coordinates from mouse click on TChart
Replies: 3
Views: 7376

Calculate terrain XY coordinates from mouse click on TChart

I have written a mapping application uses a Tchart where I have plotted several series of data that represent ground points and Aerial camera XY stations. On this graph, I would like to be able to click anywhere on the screen and then get the real world XY ground (terrain) coordinates of where the m...
by AeroSys
Sat May 07, 2005 3:57 am
Forum: VCL
Topic: extending TCustomImagePointSeries example?
Replies: 1
Views: 5524

This is a reply from a similar post on the About Delphi forum: From: spgilmor1 11:30 am To: drmhstevens 2 of 2 11833.2 in reply to 11833.1 It sounds like you're confusing overriding with events. The error message you're getting is because you're marking DoGetImage() with the override keyword. This t...
by AeroSys
Wed May 04, 2005 1:20 am
Forum: VCL
Topic: extending TCustomImagePointSeries example?
Replies: 1
Views: 5524

extending TCustomImagePointSeries example?

I am trying to extend the TCustomImagePointSeries class so that I can assign a different bmp stored in an ImageList (actually 1 out of a list of 9) to individual points in the series. I've been following the TErrorEllipse example you sent, but I am stuck at how to over_ride the OnGetImage property? ...
by AeroSys
Wed May 04, 2005 1:06 am
Forum: VCL
Topic: Problem seeing pointer line with TAnnotation Tool
Replies: 2
Views: 6445

Hi, I seemed to have resolved the problem by systematically turning various "visible" properties and finally got the pointer to show.

Thanks for the help,

Matt
by AeroSys
Mon May 02, 2005 8:29 pm
Forum: VCL
Topic: Problem seeing pointer line with TAnnotation Tool
Replies: 2
Views: 6445

Problem seeing pointer line with TAnnotation Tool

Hi, I am using a ChartTool1 : TAnotation Tool in two different forms. In one the pointer line is clearly visible, in the other it doesn't appear no matter what I do to set it's properties via the Delphi Object propertes Inspector or by using the TeeChart embedded editor? Should I try setting it visi...
by AeroSys
Thu Apr 21, 2005 2:03 pm
Forum: VCL
Topic: Displaying and printing to scale with TeeChart?
Replies: 5
Views: 10559

The blue wire outlines in the first bmp are more or less perfect squares (overlapping) where the aspect ratio between x and y are equal on the screen. I achieved this by resizing the Chart1 window by hand and eyeball untill the aspect ratio looked approximately correct. In the second bmp, the diagra...
by AeroSys
Wed Apr 20, 2005 3:08 pm
Forum: VCL
Topic: Displaying and printing to scale with TeeChart?
Replies: 5
Views: 10559

Narcis, I turned off the bottom and right anchors so now it is only anchored at the top & Left. I also set BackImageMode to pbmCenter and AutoSize to false, but I still get the same problem, which is that the diagram stretches unevenly (distorted) to fit the resized Chart window area. The chart also...
by AeroSys
Wed Apr 20, 2005 2:59 pm
Forum: VCL
Topic: How does one put a TannotationTool object in my form?
Replies: 2
Views: 6339

Thanks a bunch. :D Ok now I see it.

Matt
by AeroSys
Wed Apr 20, 2005 1:43 am
Forum: VCL
Topic: How does one put a TannotationTool object in my form?
Replies: 2
Views: 6339

How does one put a TannotationTool object in my form?

I have the Pro version of TeeChart and looking for a TannotationTool icon in the component bar but don't see it? should it be there? If not How doe I manual insert this oject?

Matt
by AeroSys
Tue Apr 19, 2005 11:14 pm
Forum: Wishes and ideas
Topic: Export to DXF Format
Replies: 6
Views: 38616

export to DXF

Sorry forgot to provide the link: DXF Read/Write/Display // // ©John Biddiscombe // // Rutherford Appleton Laboratory, UK // // j.biddiscombe@rl.ac.uk // // DXF code release 3.0 - July 1997 //
by AeroSys
Tue Apr 19, 2005 11:13 pm
Forum: Wishes and ideas
Topic: Export to DXF Format
Replies: 6
Views: 38616

Export to DXF

I did some Googling and found some Delphi code that I think could be easily incorporated into TeeChart to provid a basic export to DXF. Steema would need to devote some resource for only a short while I think. This would be a huge feature for folks developing software in the GIS/GeoSpatial industry ...
by AeroSys
Tue Apr 19, 2005 6:11 am
Forum: VCL
Topic: How to export to PDF .. a simple example?
Replies: 1
Views: 5287

How to export to PDF .. a simple example?

Is there a simple example posted of how to explort the contents of a chart to PDF format. I want to plot a simple scale diagranm of XY points and some aerial footprint vectors.

Matt

Aerosys@aerogeomatics.com
by AeroSys
Tue Apr 19, 2005 6:08 am
Forum: VCL
Topic: Displaying and printing to scale with TeeChart?
Replies: 5
Views: 10559

Displaying and printing to scale with TeeChart?

I am plotting point positions and vector line to a Chart 7 but my diagram is distorted or stretched to the extents of the window size for the chart. I want to view the diagram at a correct proportional scale where X is scaled correctly relative to Y? What properties need to be turned ON or OFF? Than...