系列标签的teechart问题 [英] teechart problem for series label

查看:124
本文介绍了系列标签的teechart问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

这是我的代码,可以在图表上打印1个系列。

现在,我是在X轴上打印label1。

是否可以在Yaxis上打印此标签。

This is my code to print 1 series on chart.
Now I am getting label1 printed on X axis.
Is there any way to print this label on Yaxis.

推荐答案

您应该将左轴 LabelStyle 设置为 talText ,例如:

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

Chart1->Axes->Left->LabelStyle = talText;

这篇关于系列标签的teechart问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆