Jump to content
Software FX Community

Labeling Axis


User (Legacy)

Recommended Posts

Right now, I am using Borland C++ Builder 4.O with Patch #2 to develop my 

code. I have ran into problems with the Labeling axis property. I have

followed the advice on the Kb Q1381051 already. I can access many of the

Axis property already such as the Max, Min and the LabelValue property. But

whenever I try to label using the following command, it always ended up with

errors.

ICfxAxis *LabelXAxis;

LabelXAxis = frmgraphicalprint->ChartFX1->Axis->get_Item(AXIS_X);

LabelXAxis->Label[0] = "String";

Is there something special about this property? Or is there any other way

to label the x-axis. Any help will be appreciated!

Thanks

Alan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...