Click or drag to resize
Accord.NET (logo)

ChartRemoveDataSeries Method

Remove data series from the chart.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public void RemoveDataSeries(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Data series name to remove.
See Also