FlexReport for WinForms
RemoveAt メソッド (ChartUnboundDataSeriesCollection)


C1.Win.FlexReport.4.5.2 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartUnboundDataSeriesCollection クラス : RemoveAt メソッド
削除するデータ系列のインデックス。
指定されたインデックスにあるデータ系列を削除します。
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'使用法
 
Dim instance As ChartUnboundDataSeriesCollection
Dim index As System.Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   System.int index
)

パラメータ

index
削除するデータ系列のインデックス。
参照

ChartUnboundDataSeriesCollection クラス
ChartUnboundDataSeriesCollection メンバ