Jump to content
Software FX Community

Wrapping Chart Labels


User (Legacy)

Recommended Posts

Gary wrote:

> I have a series with Occupational Titles like "Human Resources,

> Training, and Labor Relations Specialists, All Other" as the values for

> the AxisX labels.

>

> Is there any way to get Cfx to wrap these labels so that I don't end up

> with a tiny chart?

>

> Thanks,

> Gary

As a follow-up, I spend a couple hours with the manual and the API ref

and all I found was to create a line like this:

Chart1.AxisX.Style = Chart1.AxisX.Style &

~SoftwareFX.ChartFX.AxisStyle.SingleLine;

But that seemed to have no effect (other than to reduce the value of the

int returned bu Chart1.AxisX.Style - so it looked like the property was

removed at least).

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...