Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / LabelTextRotationAngle Property


In This Topic
LabelTextRotationAngle Property
In This Topic
Determine the rotation angle of of data labels
Syntax
'Declaration
 
Public Property LabelTextRotationAngle As Integer
 
'Usage
 
Dim instance As SeriesCache
Dim value As Integer
 
instance.LabelTextRotationAngle = value
 
value = instance.LabelTextRotationAngle
See Also