Hello,
I'm glad to hear you could solve the issue.
Thanks for the feedback!
Plotting data from a deviated well
Re: Plotting data from a deviated well
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
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, 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
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 867 times
Re: Plotting data from a deviated well
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Plotting data from a deviated well
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
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 836 times
Re: Plotting data from a deviated well
Hello,
I've modified your project. Now I believe it works as you want.
I've modified your project. Now I believe it works as you want.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |