'宣言 Public Enum ChartCompass Inherits System.Enum
'使用法 Dim instance As ChartCompass
public enum ChartCompass : System.Enum
'宣言 Public Enum ChartCompass Inherits System.Enum
'使用法 Dim instance As ChartCompass
public enum ChartCompass : System.Enum
| メンバ | 解説 |
|---|---|
East | Object is positioned east or to the right side. |
North | Object is positioned north or above. |
South | Object is positioned south or below. |
West | Object is positioned west or to the left side. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.ChartCompass