Removes series from the chart pane.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void RemoveSeries(
	string name
)
Visual Basic (Declaration)
Public Sub RemoveSeries ( _
	name As String _
)
Visual C++
public:
void RemoveSeries(
	String^ name
)

Parameters

name
Type: System..::.String
string containing the name of the series to remove.

See Also