0
series[0]->AddXY(30,10,'label1',clRed);
series[0]->parent = chart;

这是我在图表上打印 1 系列的代码。
现在我将 label1 打印在 X 轴上。
有什么方法可以在 Yaxis 上打印这个标签。

4

1 回答 1

0

You should set left axis LabelStyle to talText, for example:

Chart1->Axes->Left->LabelStyle = talText;
于 2011-09-08T07:21:34.097 回答