Jump to content
Software FX Community

Word Wrapping


User (Legacy)

Recommended Posts

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

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...