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

C1.Win.C1Chart.4.5.2 アセンブリ > C1.Win.C1Chart 名前空間 > TrendLinesCollection クラス : Contains メソッド
近似曲線。
指定した近似曲線がコレクション内に存在するかどうかを決定します。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal tl As TrendLine _
) As System.Boolean
public System.bool Contains( 
   TrendLine tl
)

パラメータ

tl
近似曲線。

戻り値の型

指定した近似曲線がコレクション内に含まれているかどうかを示すブール値。
参照

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