'宣言 Public Enum ChartAxisId Inherits System.Enum
'使用法 Dim instance As ChartAxisId
public enum ChartAxisId : System.Enum
'宣言 Public Enum ChartAxisId Inherits System.Enum
'使用法 Dim instance As ChartAxisId
public enum ChartAxisId : System.Enum
| メンバ | 解説 |
|---|---|
X | Refers to the X axis of 2D or 3D chart. |
Y | Refers to the Y axis of 2D or 3D chart. |
Y2 | Refers to the Y2 axis of 2D chart. |
Z | Refers to the Z axis of 3D chart. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.ChartAxisId