'宣言 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 | The axis will be annotated automatically by the chart. |
DataLabels | Annotate using data labels in chart group. |
ValueLabels | Annotate using ValueLabels property. |
Values | Annotate using chart's values. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.Chart3DAnnotationMethod