Jump to content
Software FX Community

Re: Labeling Axis


Software FX

Recommended Posts

Looks like Borland/Inprise did it again ! For some reason when they imported 

the ActiveX, they left out some properties, in this case Label, I guess

because it is a string array (beats me !). Anyway, the workaround is to

call:

ChartFX1->Legend[i] = L"StringLabel";

or

pAxis->set_Label(i,L"StringLabel");

Frank

SFX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...