'宣言 Public Enum Chart3DAnnotationMethod Inherits System.Enum
'使用法 Dim instance As Chart3DAnnotationMethod
public enum Chart3DAnnotationMethod : System.Enum
'宣言 Public Enum Chart3DAnnotationMethod Inherits System.Enum
'使用法 Dim instance As Chart3DAnnotationMethod
public enum Chart3DAnnotationMethod : System.Enum
メンバ | 解説 |
---|---|
Auto | チャートによって自動的に軸に注釈が付けられます。 |
DataLabels | チャートグループ内のデータラベルを使用して注釈を付けます。 |
ValueLabels | ValueLabels プロパティを使用して注釈を付けます。 |
Values | チャートの値を使用して注釈を付けます。 |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.Chart3DAnnotationMethod