'宣言 Public Enum ChartRotation Inherits System.Enum
'使用法 Dim instance As ChartRotation
public enum ChartRotation : System.Enum
'宣言 Public Enum ChartRotation Inherits System.Enum
'使用法 Dim instance As ChartRotation
public enum ChartRotation : System.Enum
| メンバ | 解説 |
|---|---|
Rotate0 | No rotation. |
Rotate180 | Object is rotated 180 degrees, or inverted. |
Rotate270 | Object is rotated 270 degrees. |
Rotate90 | Object is rotated 90 degrees. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.ChartRotation