Jump to content
Software FX Community

Multiline Legend problem...


User (Legacy)

Recommended Posts

Environment VC++ 6 (sp3), ChartFX '98 4.0.10 

Hi,

In one of our projects we have a chart with the legend text on the bottom,

i've enclosed a screen shot to illustrate what it looks like.

The problem is as more series is added, the legend text only

displays how many it can fit in that horizontal width and the rest are not

shown

...i thought that any additional legend text would wrap, but it doesn't

...according

to the documentation the "Multiline" attribute defaults to TRUE. I init the

series

legend as follows:

// series legend attributes

m_pChartFX->SerLegBox = TRUE;

m_pChartFX->Fonts[(CfxFont)CHART_LEGENDFT] = (CfxFontAttr)(CF_ARIAL | 10);

m_pChartFX->SerLegBoxObj->Docked = TGFP_BOTTOM;

m_pChartFX->SerLegBoxObj->Moveable = FALSE;

Anyone have suggestions why the legend won't wrap if i

add more series ?

Any help appreciated ...thank you ...Gordon

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...