Plotting data from a deviated well

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Plotting data from a deviated well

Post by Yeray » Thu Jul 05, 2018 6:26 am

Hello,

I'm glad to hear you could solve the issue.
Thanks for the feedback!
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

IanF
Newbie
Newbie
Posts: 20
Joined: Tue Jul 04, 2017 12:00 am

Re: Plotting data from a deviated well

Post by IanF » Tue Jul 10, 2018 6:17 am

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, 50, 100 etc). If I draw these labels on the vertical axes, the OnGetAxisLabel event does not fire. Can you suggest how I can fix this. I have attached a revised DeviatedPT project.
Thanks and regards
Errol
Attachments
DeviatedPT.zip
(68.17 KiB) Downloaded 731 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Plotting data from a deviated well

Post by Yeray » Wed Jul 11, 2018 9:48 am

Hello,

I see you are using Custom Labels when the axis is logarithmic. The OnGetAxisLabel isn't fired for Custom Labels because you already control them.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Errol
Newbie
Newbie
Posts: 35
Joined: Mon Jul 02, 2018 12:00 am

Re: Plotting data from a deviated well

Post by Errol » Thu Jul 12, 2018 1:42 am

Hello

Thanks for your reply. I have modified the Deviated PT example (attached). Now the right axis calculates and displays Vertical Depth and/or Elevation, but at regular increments. How can I place the labels at the logarithmic increments of the left axis.
Thanks and regards
Errol
Attachments
DeviatedPT.zip
(68.04 KiB) Downloaded 704 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Plotting data from a deviated well

Post by Yeray » Thu Jul 12, 2018 9:39 am

Hello,

I've modified your project. Now I believe it works as you want.
DeviatedPT.zip
(68.26 KiB) Downloaded 770 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply