Chart for WPF/Silverlight
AutoPosition メソッド (PlotElement)

C1.WPF.C1Chart.4.5.2 アセンブリ > C1.WPF.C1Chart 名前空間 > PlotElement クラス : AutoPosition メソッド
ラベルのサイズ。
ラベルのホットポイント(データポイントの座標)。
ホットポイントからのラベルのオフセット。
データラベルの自動位置を計算します。
シンタックス
'宣言
 
Protected Overridable Function AutoPosition( _
   ByVal labelSize As System.Windows.Size, _
   ByRef hot As System.Windows.Point, _
   ByRef offset As System.Windows.Point _
) As LabelAlignment
protected virtual LabelAlignment AutoPosition( 
   System.Windows.Size labelSize,
   ref System.Windows.Point hot,
   ref System.Windows.Point offset
)

パラメータ

labelSize
ラベルのサイズ。
hot
ラベルのホットポイント(データポイントの座標)。
offset
ホットポイントからのラベルのオフセット。

戻り値の型

ラベルの配置。
参照

PlotElement クラス
PlotElement メンバ