Vishal Nandi Report post Posted March 18, 2010 I want to to rotate the text in the drawing pad from horizontal to vertical. How do I do it Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 21, 2010 Hi Vishal, Inherently, there is no property to rotate the text. Work around... let me think about it and get back to you soon. Srividya Share this post Link to post Share on other sites
srividya_sharma Report post Posted March 21, 2010 Hi Vishal, You could try something like this: <chart> <annotations> <annotationGroup id='Grp1'> <annotation type='text' x='100' y='100' label='T' /> <annotation type='text' x='100' y='110' label='e' /> <annotation type='text' x='100' y='120' label='x' /> <annotation type='text' x='100' y='130' label='t' /> </annotationGroup> </annotations> </chart> Hope this helps. Srividya Share this post Link to post Share on other sites