SpreadsheetGear 2017
Orientation Property (IAxisTitle)






SpreadsheetGear.Charts Namespace > IAxisTitle Interface : Orientation Property
Gets or sets the text orientation of the title, which may be from -90 to 90 degrees or SpreadsheetGear.Orientation.Vertical.
Syntax
'Declaration
 
Property Orientation As System.Integer
'Usage
 
Dim instance As IAxisTitle
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);
}
Remarks
See the SpreadsheetGear.Orientation class for related constants.
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

IAxisTitle Interface
IAxisTitle Members
Orientation Class