User (Legacy) Posted March 22, 2000 Report Posted March 22, 2000 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.