GrapeCity ActiveReports for .NET 16.0J
Remove メソッド (ChartSeriesCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > ChartSeriesCollection クラス : Remove メソッド
The object to remove from the Collection. The value can be null 参照 (Visual Basicでは Nothing) for reference types.
Removes the first occurrence of a specific object from the Collection.
シンタックス
'宣言
 
Public Function Remove( _
   ByVal item As ChartSeries _
) As Boolean
public bool Remove( 
   ChartSeries item
)

パラメータ

item
The object to remove from the Collection. The value can be null 参照 (Visual Basicでは Nothing) for reference types.

戻り値の型

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the original Collection.
参照

ChartSeriesCollection クラス
ChartSeriesCollection メンバ