ActiveReports.Chart Request technical support
Remove Method
See Also 


value

The DataPoint to remove.

Removes the specified DataPoint from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal value As DataPoint _
) 
Visual Basic (Usage)Copy Code
Dim instance As DataPointsCollection
Dim value As DataPoint
 
instance.Remove(value)
C# 
public void Remove( 
   DataPoint value
)

Parameters

value

The DataPoint to remove.

See Also