GrapeCity.Xaml.Excel
Orientation Property (IExcelDataLabel)


GrapeCity.Excel.Chart Namespace > IExcelDataLabel Interface : Orientation Property
Specifies the text orientation of the data lable.
Syntax
'Declaration
 
Property Orientation As Integer
'Usage
 
Dim instance As IExcelDataLabel
Dim value As Integer
 
instance.Orientation = value
 
value = instance.Orientation
int Orientation {get; set;}
Remarks
The value should be between -90 and 90.
See Also

Reference

IExcelDataLabel Interface
IExcelDataLabel Members