User (Legacy) Posted September 19, 2000 Report Share Posted September 19, 2000 What I'm trying to do is assign x-axis labels, not on the datapoints themselves, and I appologize because that was vauge in my initial post. I do have the x-axis formatted as AF_DATETIME. I've attached a code segment that demonstrates more clearly what I'm running into. Thanks for all the help, -Ed Francisco Padron wrote in message ... >Are this labels being set as strings ? if so, you should not set the format >to anything because what's being plotted is (1,2,3,....) just that your >STRING labels will be drawn in their place. > >The DateTime format is used when NO STRING LABELS are assigned and there is >X-data assigned representing Date/Time values. > >If the data is converted to strings and passed as labels it looses its >meaning, a label is just a string. > >-- > >Frank >SFX >"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.