各位老师好,最近我用c#(vs2008)的MSChart插件做了一个线图表,需要用TextAnnotation进行标注,但想对标签旋转一个角度(-90度),不知该如何做?请高手指导一下,谢谢!
我的代码如下:
TextAnnotation annotation = new TextAnnotation();
annotation.Text = "2345";
annotation.AnchorDataPoint = this.chart1.Series["Series0"].Points[0];
this.chart1.Annotations.Add(annotation);
还不如用HIGHCHART呢,纯JS的图表
谢谢,但我一直使用的是visual studio2008(里面的c#),最好是能兼容的插件