CurveLabel Behavior Change?
Posted: Tue Jan 19, 2016 12:06 am
In April of 2006 I created an application that used the DPLOTLIB.dll library to plot discharge versus return interval data from hydraulic regression analyses.
Over the years, as I made modifications to the application, I would check for, download, and use the latest version of dploltlib.dll.
Originally I used version 2.0.4.1?
Later, I updated to version 2.1.5.0
And in the last year to version 2.2.8.5
My application uses the original macro "CurveLabel" to place text at the right end of each curve.
(To the right of the last point on the curve.)
I have noticed that when I use the "CurveLabel" macro in the current version, 2.2.8.5, it no longer places the text after the last point in the curve, but rather places it after the second curve point.
This behavior occurs when the only change in my code is to compile it pointing at version 2.2.8.5. When I point the application at version 2.1.5.0, the text goes back to after the last point.
I know "CurveLabel" is a legacy command, but it appears that maybe something has changed from its original function to now?
Over the years, as I made modifications to the application, I would check for, download, and use the latest version of dploltlib.dll.
Originally I used version 2.0.4.1?
Later, I updated to version 2.1.5.0
And in the last year to version 2.2.8.5
My application uses the original macro "CurveLabel" to place text at the right end of each curve.
(To the right of the last point on the curve.)
I have noticed that when I use the "CurveLabel" macro in the current version, 2.2.8.5, it no longer places the text after the last point in the curve, but rather places it after the second curve point.
This behavior occurs when the only change in my code is to compile it pointing at version 2.2.8.5. When I point the application at version 2.1.5.0, the text goes back to after the last point.
I know "CurveLabel" is a legacy command, but it appears that maybe something has changed from its original function to now?