User (Legacy) Posted May 24, 2002 Report Share Posted May 24, 2002 What's the proper syntaxt (if any) to enter a line break in the label that show up under the X axis? I've tried this and it doesn't work: ChartFX1.Legend(i) = arrLabel(i) & vbCrLf & "12/12" Thanks, Brian Quote Link to comment Share on other sites More sharing options...
Software FX Posted May 24, 2002 Report Share Posted May 24, 2002 This is correct but you have to set the Axis as multiline as well by doing: Chart1.Axis(AXIS_X).Style = Chart1.Axis(AXIS_X).Style and not AS_SINGLELINE The default setting has AS_SINGLELINE ON. -- FP Software FX, Inc. Quote Link to comment Share on other sites More sharing options...
User (Legacy) Posted May 25, 2002 Author Report Share Posted May 25, 2002 Thanks FP, You came to the rescue once again. BTW, what the heck are you doing working on the weekend. Go out and get some sun or something. Take care, Brian 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.