GrapeCity.Xaml.Excel
Orientation Property (IExcelDataLabels)


GrapeCity.Excel.Chart Namespace > IExcelDataLabels Interface : Orientation Property
Specifies the text orientation of the data lable.
Syntax
'Declaration
 
Property Orientation As Integer
'Usage
 
Dim instance As IExcelDataLabels
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

IExcelDataLabels Interface
IExcelDataLabels Members