ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

ChartDataArray.Remove Method

Removes the first occurance of the specified value from the ChartDataArray.

[Visual Basic]

Overridable Public Sub Remove( _

ByVal value As Object _

) Implements IList.Remove

[C#]

virtual public void Remove(

object value

);

[Delphi]

public procedure Remove(

value: Object

); virtual;

Implements

IList.Remove

Parameters

value

Value to remove.

Remarks

The value is automatically converted to the internal data type based upon the data type of the value specified. The value and the elements of the ChartDataArray are then compared using the converted result.

See Also

ChartDataArray Class | ChartDataArray Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.