TrueChart for WinForms (C1Chart3D)
Insert メソッド (BarColorCollection)

C1.Win.C1Chart3D.4.5.2 アセンブリ > C1.Win.C1Chart3D 名前空間 > BarColorCollection クラス : Insert メソッド
インデックス。
挿入する BarColor。
BarColor オブジェクトをコレクションの指定したインデックスに追加します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal bc As BarColor _
) 
public void Insert( 
   System.int index,
   BarColor bc
)

パラメータ

index
インデックス。
bc
挿入する BarColor。
参照

BarColorCollection クラス
BarColorCollection メンバ
BarColorCollection クラス