'宣言 Public Enum Chart2DAnnotationMethod Inherits System.Enum
'使用法 Dim instance As Chart2DAnnotationMethod
public enum Chart2DAnnotationMethod : System.Enum
'宣言 Public Enum Chart2DAnnotationMethod Inherits System.Enum
'使用法 Dim instance As Chart2DAnnotationMethod
public enum Chart2DAnnotationMethod : System.Enum
| メンバ | 解説 |
|---|---|
Mixed | Both values and value labels will be visible. |
ValueLabels | The axis will be annotated with value labels specified in the Chart2DValueLabelsCollection. |
Values | The axis will be annotated with values. |
System.Object
System.ValueType
System.Enum
C1.Win.FlexReport.Chart.Chart2DAnnotationMethod