FlexReport for WinForms
RemoveAt メソッド (ChartDataValuesCollection)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartDataValuesCollection クラス : RemoveAt メソッド
The index of the data value to remove.
Removes the data value at the specific index.
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'使用法
 
Dim instance As ChartDataValuesCollection
Dim index As System.Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   System.int index
)

パラメータ

index
The index of the data value to remove.
参照

参照

ChartDataValuesCollection クラス
ChartDataValuesCollection メンバ