User (Legacy) Posted November 16, 2001 Report Posted November 16, 2001 Is it possible to wrap X Axis labels? I have played with the AS_SINGLELINE property with no luck. Any help would be appreciated tim
Software FX Posted November 16, 2001 Report Posted November 16, 2001 You can force word wrapping with the following code chart.Legend(0) = "Jan"+Chr(13)+Chr(10)+"1998" chart.Legend(1) = "February"+Chr(13)+Chr(10)+"1998" chart.Legend(2) = "March"+Chr(13)+Chr(10)+"1998" chart.Legend(3) = "April"+Chr(13)+Chr(10)+"1998" Chart.Axis(AXIS_X).Style = Chart.Axis(AXIS_X).Style And Not AS_SINGLELINE -- Regards, JC Software FX, Inc. "Tim" <tchapla@turnleaf.com> wrote in message news:9nehkCvbBHA.1424@webserver1.softwarefx.com... > Is it possible to wrap X Axis labels? I have played with the AS_SINGLELINE > property with no luck. Any help would be appreciated > > tim > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.