FlexReport for WinForms
AnnoMethod プロパティ (Chart2DAxis)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > Chart2DAxis クラス : AnnoMethod プロパティ
Gets or sets the method of annotation.
シンタックス
'宣言
 
Public Property AnnoMethod As Chart2DAnnotationMethod
'使用法
 
Dim instance As Chart2DAxis
Dim value As Chart2DAnnotationMethod
 
instance.AnnoMethod = value
 
value = instance.AnnoMethod
public Chart2DAnnotationMethod AnnoMethod {get; set;}
解説
Chart2DAnnotationMethodEnum has three possible values, Auto, ValueLabels or Values. Values annotation can be used with any chart type in any instance. ValueLablels annotation cannot be used on the X-axis and the Y-axis for Pie charts. Auto annotation will use Values annotation (numeric chart) or ValueLabels (category chart) annotation automatically for different chart types.
参照

参照

Chart2DAxis クラス
Chart2DAxis メンバ