Jump to content
Software FX Community

X-axis labels clipped


User (Legacy)

Recommended Posts

Hello all!

I'm writing an app with ChartFX client server (v5.0.4.0) and am having a

problem with the X-axis labels. The labels are close together, but I've got

LabelAngle set to 45, which should allow them to fit. However, they are

getting cut off on the left side. I'm attaching (hopefully!) a .gif image

which illustrates the problem.

Anyone know how to get around this, other than increasing the step value?

Thanks in advance,

Eric Law

Link to comment
Share on other sites

Thanks!  That worked perfectly!

Eric

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

news:K$F1jWqNDHA.2848@webserver1.softwarefx.com...

> Add the following line to your initialization code:

>

> ChartFX1.Axis(AXIS_X).Style = ChartFX1.Axis(AXIS_X).Style Or AS_NOTCLIPPED

>

> --

> 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...