teechart problem for series label

后端 未结 1 1412
暖寄归人
暖寄归人 2020-12-22 12:25
series[0]->AddXY(30,10,\'label1\',clRed);
series[0]->parent = chart;

This is my code to print 1 series on chart.
Now I am getting label1

相关标签:
1条回答
  • 2020-12-22 12:52

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

    Chart1->Axes->Left->LabelStyle = talText;
    
    0 讨论(0)
提交回复
热议问题