axes lable text is not rotating.

hi

i m using syncfusion 5.2 for plotting charts in my application. i try to rotate the axes label using the following properties:

this.chartControlLineGraph.PrimaryXAxis.LabelIntersectAction = ChartLabelIntersectAction.Rotate;
this.chartControlLineGraph.PrimaryXAxis.LabelRotate = true;
this.chartControlLineGraph.PrimaryXAxis.LabelRotateAngle = 90;

but unable to rotate the axes lables.. is it a bug in 5.2 or i am doing something silly. Please let me know if anything can happen in this version only.

i see it is running properly in 6.1 version but i can't use that version in my application. plz plz give me any solution.

Thanks and Regards
Dalvir Singh


3 Replies

MA Manohari Syncfusion Team July 7, 2008 12:37 PM UTC

Hi Dalvir,

Thanks for the sample code. It is the default behavior that LabelRotate Will work only when the Intersect Action is set to none.And when intersectAction is used ( Set to value other than None), the LabelRotate and LabelRotateAngle values are ignored. So to make Rotate work, please set IntersectAction to None.

I have attached the sample that illustrates the same in this link below.

http://websamples.syncfusion.com/samples/Chart.Windows/F74931/main.htm

Kindly let us know if this meets your requirements. Thanks for your patience.

Regards,
Manohari,R



AD Administrator Syncfusion Team July 7, 2008 12:52 PM UTC

Thanks Monohari.R

ya it works on my system.



AD Administrator Syncfusion Team July 7, 2008 12:53 PM UTC

Thanks Monohari.R

ya it works on my system.


Loader.
Up arrow icon