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.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
[<TypeConverterAttribute("System.Web.UI.Design.DataVisualization.Charting.SeriesDataFieldYConvertor, System.Web.DataVisualization.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>]
member YValueMembers : string with get, set

Property Value

Type: System.String

A string value.

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: