SpreadsheetGear 2017
Orientation Property (ITickLabels)






SpreadsheetGear.Charts Namespace > ITickLabels Interface : Orientation Property
Gets or sets the text orientation of the axis labels, which may be from -90 to 90 degrees or one of the TickLabelOrientation constants.
Syntax
'Declaration
 
Property Orientation As System.Integer
'Usage
 
Dim instance As ITickLabels
Dim value As System.Integer
 
instance.Orientation = value
 
value = instance.Orientation
System.int Orientation {get; set;}
read-write property Orientation: System.Integer; 
function get,set Orientation : System.int
__property System.int get_Orientation();
__property void set_Orientation( 
   System.int value
);
property System.int Orientation {
   System.int get();
   void set (    System.int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ITickLabels Interface
ITickLabels Members
TickLabelOrientation Class