cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Choose Language Hide Translation Bar
ChesterKnurek
Level II

How can you rotate annotation text

Hi all,

 

I am trying to rotate annotation text "TEST" using the following and it does not work:

 

Add Text Annotation(
Text( "TEST" ), {Rotate Text( "Vertical" )} ,
Fixed Size( 0 ),
Text Box( {343, 170, 385, 194} ),
Filled( 0 )
)

 

 

Screenshot 2023-06-02 at 10.58.18 AM.png

1 REPLY 1
Craige_Hales
Super User

Re: How can you rotate annotation text

I don't think the annotation tool supports text angles, interactively or via scripting.

Look in help->scripting index to find the text and text font functions you can use in a graphic script.

Text Font rotates to any angle, not just 0 or 90.Text Font rotates to any angle, not just 0 or 90.

Craige