Jump to content
Software FX Community

LegendBoxObject - TOP & LEFT properties


User (Legacy)

Recommended Posts

Hi there,

first I wish you all a happy new year 2001.

Second I have another problem with the chartFX control. Why do the following

two lines of (VC++) code move the legenbox over the screen?? (This code

assumes a pie chart.)

chart->GetLegendBoxObj().SetTop(chart->GetLegendBoxObj().GetTop());

chart->GetLegendBoxObj().SetLeft(chart->GetLegendBoxObj().GetLeft());

Doing this again and again moves the legendbox out of the screen - to be

never seen again.

This also works for other chart types, if you use the GetSerLegObj method.

Thats why I think it is general problem with the LegendBoxObject.

Thanks a lot in advance, keep up the good work at SoftwareFX.

Cheers,

Stephan Klaffer

DecisionWorks Ltd.

London

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...