Friday, April 27, 2012

Rotating text and columns to any angle in a DataWindow

Have you ever wanted display some static text or a column up and down instead of left to right in a DataWindow? The Font.Escapement attribute will let you do this. As with most attributes, you can either set this dynamically using Modify() and dot object notation, or you can set it in the DataWindow using the Expressions tab of an object.

Note that you must multiple the degree by 10 – so if you want to rotate 90 degrees, you would use 900.

No comments:

Post a Comment