User (Legacy) Posted September 19, 2000 Report Share Posted September 19, 2000 Try: objChart1.Axis(AXIS_X).Style = AS_2LEVELS or: objChart1.Axis(AXIS_X).Style = AS_2LEVELS Or AS_SHOWENDS to see if that will give the object more room to place the labels. Steve Edward Evans <eevans@pacsim.com> wrote in message news:FS##UcdIAHA.2224@sfxserver.softwarefx.com... > Hi, > > I'm trying to set a text label for every point in my x/y chart. The x-axis > is AF_DATETIME formatted. > > Only the very first label is shown. On a lark, I set the x values to the > integers 0,1,2,...,n rather than their usual OLE data time values, and then > all the labels showed up. There also seems to be some relationship between > the axis min and max and the labels disappearing, but I can't nail it down. > > Any ideas? > > Thanks, > > Ed Evans > > > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.