SpreadsheetGear 2023
Orientation Property (IDataLabel)


SpreadsheetGear.Charts Namespace > IDataLabel Interface : Orientation Property
Gets or sets the text orientation of the data label, which may be from -90 to 90 degrees or SpreadsheetGear.Orientation.Vertical.
Syntax
'Declaration
 
Property Orientation As System.Integer
'Usage
 
Dim instance As IDataLabel
Dim value As System.Integer
 
instance.Orientation = value
 
value = instance.Orientation
System.int Orientation {get; set;}
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

IDataLabel Interface
IDataLabel Members
Orientation Class