SpreadsheetGear 2023
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;}
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