Jump to content
Software FX Community

word wrap axis labels


User (Legacy)

Recommended Posts

thanks,

Is it also possible to align these lables so that they appear below the

middle of the series and wrap center aligned.

also, when the chart loads it doesn't automatically wrap, with the bottom

title positioned a litle under the wraped labels.

are there a load of templates out there?

thanks

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:pxBd3wFsDHA.3512@WEBSERVER1...

> Yes. It will only happen if you FIX the Step, otherwise a Step will be

> chosen so that no brakes are necessary. To achieve word-break you need to

> do:

>

> ChartFX.Axis(AXIS_X).Step = 1

> ChartFX.Axis(AXIS_X).Style = ChartFX.Axis(AXIS_X).Style and not

> AS_SINGLELINE

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

1) The labels ARE centered. The only case in which they are not is if you

are doing a Rotated 3D chart. In this case they will align according to the

rotation of the chart.

2) The BottomGap will not be automatically adjusted by wrapped labels. You

will need to increase the bottomgap manually.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...