Series::YValueMembers Property

.NET Framework (current version)
 

Gets or sets member columns of the chart data source used to bind data to the Y-values of the series.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(true)]
property String^ YValueMembers {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The member columns of the chart data source used to bind data to the Y-values of the series.

This property accepts a comma separated string that contains the names or ordinal values of the columns.

.NET Framework
Available since 4.0
Return to top
Show: