C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetPoint Class / RemoveSeries Method
Index of series to remove.

In This Topic
RemoveSeries Method
In This Topic
Remove series with given index from the data set.
Syntax
'Declaration
 
Public Sub RemoveSeries( _
   ByVal index As System.Integer _
) 
 

Parameters

index
Index of series to remove.
See Also