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

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

パラメータ

ps
PointStylesCollection 内で探す PointStyle。

戻り値の型

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

PointStylesCollection クラス
PointStylesCollection メンバ
PointStylesCollection クラス