GrapeCity.Xaml.Excel
Orientation Property (ExcelDataLabels)


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

Reference

ExcelDataLabels Class
ExcelDataLabels Members