Hello guys,  Is it possible to rotate a digital output of a radio channel gauge 90 degrees clockwise? I've looked into GaugeText Objects of the SDK and tried DegreesPointsTo and PointsTo together with an axis statement but failed. Actually I don't know where to put it in the element. 
 Can anybody help me, or is it impossible! 
 Here's the code 
 
 <Gauge Name="UHF-CH" Version="1.0"> 
 <Size X="23" Y="27"/> 
 <Update Frequency="6"/>  <Element> 
 <Visible>(A:Circuit general panel on, bool)</Visible> 
 <Axis X="11" Y="13"/> 
 <Text X="23" Y="27" Bright="Yes" Length="2" Font="Quartz" Bold="Yes" Color="yellowgreen" Adjust="center" VerticalAdjust="center" DegreesPointsTo="90"> 
 <String>%((L:UHF-CH,enum))%!02d!</String> 
 </Text> 
 </Element> 
 </Gauge>