Software FX Posted August 31, 2000 Report Share Posted August 31, 2000 You can do this by asigning the third colum as X-Axis labels and then, to prevent these labels from showing in the axis, you need to turn of the AS_IGNORELABELS flag in the Axis(AXIS_X).Style property as follows (VB): ChartFX1.Axis(AXIS_X).Style = ChartFX1.Axis(AXIS_X).Style and not AS_IGNORELABELS -- Frank SFX "Marty Cymerman" <mcymerman@greatbatch.com> wrote in message news:39AE6A65.4ADD93D4@greatbatch.com... > Hello > > Is it possible to call a sp with three cols....Have one for the X axis > one for the Y axis the the other be a data point label? > I can plot my X and Y axis fine, but I need to define the data point > further. > > Thanks > Marty > CFXtrend3.zip 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.