在这个函数Series(0(.GetMarks((.SetAngle(90(之前,我使用的是Teechat2012.ocx;工作正常,但使用TeeChart2014.ocx时,此功能已停止工作,我无法将标签旋转到90度。
请告诉我是否有解决方法或功能已更改。
谢谢Akshay
你能试试最新的TeeChart2015.ocx,版本为2015.0.0.2吗?下面的代码在VC++和VB6中都能很好地工作。
Visual C++:
m_ctrlChart.Series(0).GetMarks().SetAngle(90);
Visual Basic 6:
TChart1.AddSeries scBar
TChart1.Series(0).FillSampleValues
TChart1.Series(0).Marks.Angle = 90