Search found 20 matches

by IanF
Tue Jul 10, 2018 6:17 am
Forum: VCL
Topic: Plotting data from a deviated well
Replies: 19
Views: 34441

Re: Plotting data from a deviated well

Good evening I have one further problem regarding the axes of the deviated well data plot. I use an OnGetAxisLabel event to calculate Vertical Depth or Elevation on the right axis. This works fine for linear axes. I now want to use logarithmic axes with logarithmic axis labels (e.g. 1, 2, 5, 10, 20,...
by IanF
Wed Jul 04, 2018 6:11 am
Forum: VCL
Topic: Plotting data from a deviated well
Replies: 19
Views: 34441

Re: Plotting data from a deviated well

Hi Yeray I am pleased to report that I have solved the problem with the two vertical axes not synchronizing when VertAxis is set to aBothVertAxes. I realised that there were additional series plotted on the Left Axis, and once I set the VertAxis of these series to aBothVertAxes, the error resolved i...
by IanF
Mon Jul 02, 2018 9:03 am
Forum: VCL
Topic: Plotting data from a deviated well
Replies: 19
Views: 34441

Re: Plotting data from a deviated well

Hi Yeray Thank you for your suggestions regarding the lack of synchronization of the left and right axes when I set VertAxis = aBothVertAxis. However, this has nothing to do with the OnGetAxisLabel event, as it occurs even when this event is turned off. The problem occurs only when LeftAxis.Automati...
by IanF
Fri Jun 29, 2018 3:36 am
Forum: VCL
Topic: Plotting data from a deviated well
Replies: 19
Views: 34441

Re: Plotting data from a deviated well

Good afternoon Thank you for the most recent assistance - much appreciated. I should have realised that the locking up on zoom was an integer problem. I have one more problem, that I am unable to reproduce in the test program. When I draw my graph, the horizontal grid lines slightly out of sync Undo...
by IanF
Mon Jun 25, 2018 6:37 am
Forum: VCL
Topic: Plotting data from a deviated well
Replies: 19
Views: 34441

Re: Plotting data from a deviated well

Hello Thank you for your suggestions. The graph of data from a deviated well, using both Depth and Elevation on the vertical axes is now working well - see enclosed project. However, I have the following questions: 1. Is there a command to auto-synchronise two axes when a vertical axis is specified ...
by IanF
Mon Jun 04, 2018 12:37 am
Forum: VCL
Topic: Plotting data from a deviated well
Replies: 19
Views: 34441

Re: Plotting data from a deviated well

Hi Yeray I am pleased to report that I have been able to create a Depth axis on the left and an Elevation axis on the right, by duplicating the series to plot on both axes. I have used CalcIncrement to get the left and right axis labels to line up, and the OnBeforeDrawAxes event to ensure the right ...
by IanF
Thu May 31, 2018 6:57 am
Forum: VCL
Topic: Plotting data from a deviated well
Replies: 19
Views: 34441

Re: Plotting data from a deviated well

Hi Yeray Thanks for your help on this to date. Unfortunately, I am unable to create a Depth axis on the left and an Elevation axis on the right. I have attached a revised example project. When it runs, you will see the Depth axis on the left at 100m intervals, and a single value on the right. When y...
by IanF
Wed May 23, 2018 4:12 am
Forum: VCL
Topic: How to make a Point 3D graph
Replies: 6
Views: 14013

Re: How to make a Point 3D graph

Hi Yeray Thanks for your help. However I still have some problems. 1. By importing the Measured Depth as Text in the Series DataSource option, I can present Measured Depth values as Marks (see attached image). However, numbers are now presented with 15 decimal places. Can you indicate how I could ro...
by IanF
Mon May 21, 2018 11:50 pm
Forum: VCL
Topic: Plotting data from a deviated well
Replies: 19
Views: 34441

Re: Plotting data from a deviated well

Hi Yeray Sorry about attaching the wrong example project. I am pretty sure this one will work. Basically I want to plot all data sets against Depth on the Left Axis and then draw an axis on the Right Axis to represent Elevation. I imagine it will be easiest to draw an axis with evenly-spaced tick ma...
by IanF
Mon May 21, 2018 9:34 pm
Forum: VCL
Topic: How to make a Point 3D graph
Replies: 6
Views: 14013

Re: How to make a Point 3D graph

Hi Yeray
Sorry attached the wrong example project (again). Here is the correct one.
Regards
Errol
by IanF
Mon May 21, 2018 6:52 am
Forum: VCL
Topic: How to make a Point 3D graph
Replies: 6
Views: 14013

Re: How to make a Point 3D graph

Hi Yeray Thank you for your comprehensive answers to my queries. However, I still have some questions (see example project attached). 1. I would like to put labels on the Left Axis, Bottom Axis and Depth Right Axis. However, at present, labels display only on Depth Top Axis, or Depth Right Axis whic...
by IanF
Fri May 18, 2018 6:05 am
Forum: VCL
Topic: Plotting data from a deviated well
Replies: 19
Views: 34441

Re: Plotting data from a deviated well

Hi Yeray Thanks for your reply. I didn't create a example project as I was hoping someone else may have come up with a solution. I have attached an example project including data files. The base data is in DeviatedPT.csv, which contains the following fields: Depth - measured depth down the deviated ...
by IanF
Wed May 16, 2018 11:16 pm
Forum: VCL
Topic: Creating aSubchart that is a descendant of TDBChart
Replies: 3
Views: 9162

Re: Creating aSubchart that is a descendant of TDBChart

UnfortunatelY get Compile Error for Project Unsing D 10 Berlin win 32 [dcc32 Error] TeCanvas.pas(5692): E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas' [dcc32 Error] TeCanvas.pas(8496): E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D' [dcc32 Fatal Error] Tee...
by IanF
Wed May 16, 2018 7:38 am
Forum: VCL
Topic: How to make a Point 3D graph
Replies: 6
Views: 14013

How to make a Point 3D graph

I am trying to make a 3D view of a deviated well trace (using east, north and elevation), with the eventual hope of being able to rotate it on screen. I have created a test program and attached an image of my results. 3D_Chart.jpg I have a few queries: 1. I would have expected TeeChart to read the f...
by IanF
Wed May 16, 2018 4:48 am
Forum: VCL
Topic: Example source code
Replies: 1
Views: 7532

Example source code

I am having trouble accessing source code for the examples you provide in Tee9New. I have Steema TeeChart Pro VCL FMX 2016.19 and Steema TeeChart Pro VCL FMX Source Code 2016.19 installed in C:\Program Files (x86)\Steema Software. When I click on Examples\Tee9New_win64Delphi24.exe, I get the followi...