BoxObj height is not drawn correctly on y axis using log scale. BoxObj.Location.Y2 value is _y+_height; should be _y-_height; Workaround: Set the BoxObj.Location.Height = -BoxObj.Location.Height when log y axis is used.
Log in to post a comment.