Search found 2 matches

by Chuck
Sat Sep 02, 2006 1:05 pm
Forum: ActiveX
Topic: Obtaining X-value of left side of frame
Replies: 2
Views: 3696

Clarification: I originally tried to use TChart1.axis.left.position. The problem was that when I added values to the series (which changed the width of the axis labels) and immediately tested .position it did not reflect the new width. I moved my resizing code to the AfterDraw event and all is well....
by Chuck
Sat Sep 02, 2006 11:55 am
Forum: ActiveX
Topic: Obtaining X-value of left side of frame
Replies: 2
Views: 3696

Obtaining X-value of left side of frame

How can you obtain the X-value of the left side of the frame (or bottom axis) relative to the left side of the TChart control?

Need to keep a slider-like control aligned with the actual start of the plot when the size of the left axis changes.