TrueChart for WinForms (C1Chart2D)
IndexOf メソッド (TrendLinesCollection)

C1.Win.C1Chart.4.5.2 アセンブリ > C1.Win.C1Chart 名前空間 > TrendLinesCollection クラス : IndexOf メソッド
探す近似曲線。
コレクションの指定した近似曲線の現在のインデックスを取得します。
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal tl As TrendLine _
) As System.Integer
public System.int IndexOf( 
   TrendLine tl
)

パラメータ

tl
探す近似曲線。

戻り値の型

インデックス。
解説
コレクション内の指定した近似曲線の要素を示す整数を返します。近似曲線が見つからない場合、戻り値は ?1です。
参照

TrendLinesCollection クラス
TrendLinesCollection メンバ
TrendLinesCollection クラス