ComponentOne Studio TrueChart for ASP.NET (C1WebChart2D) ヘルプ
InsertNewZone メソッド

C1.Win.C1Chart.4 アセンブリ > C1.Win.C1Chart 名前空間 > AlarmZonesCollection クラス : InsertNewZone メソッド
新しいアラームゾーンを作成して、コレクションの指定したインデックスに挿入します。
シンタックス
'宣言
 
Public Function InsertNewZone( _
   ByVal index As System.Integer _
) As AlarmZone
public AlarmZone InsertNewZone( 
   System.int index
)

パラメータ

index

戻り値の型

新しいアラームゾーンへの参照。
解説
新しい AlarmZone を返します。 このAlarmZoneに、コレクションの他のアラームゾーンが使用されていない、特定の名前を設定します。 AlarmZone オブジェクトに戻り値を設定することにより、新たに追加したアラームゾーンの初期化を容易に行えます。
参照

AlarmZonesCollection クラス
AlarmZonesCollection メンバ