From: Uma on
no i didint get you.

how to change the XTickLabel text direction.
From: Pekka Kumpulainen on
"Uma " <umavijayaraj(a)yahoo.com> wrote in message <hkojsh$bj2$1(a)fred.mathworks.com>...
> no i didint get you.
>
> how to change the XTickLabel text direction.

TickLabels are special creatures and they can't be controlled as other text objects.
there are several contributions in FEX that replace TickLabels with "normal" texts allowing multiple lines, tex characters, rotating etc. For example:
http://www.mathworks.com/matlabcentral/fileexchange/19059
my_xticklabels(0:1,{'Zero' 'One'},'Rotation',30)