Gets or sets the name of the member of the chart DataSource that is used to data-bind to the Y-values of the series.
Members of the chart data source used to data bind to the Y values of the series.
Visual Basic (Declaration) | |
---|---|
Public Property ValueMembersY As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string ValueMembersY {get; set;} |
Return Value
A value that represents the names of the column(s) of the chart DataSource that is used to data-bind to the Y-value(s) of the series.
The ValueMemberY property accepts a string form of the column(s) that should be used for the Y-values. This may be either the name or the ordinal value in a string form.
Multiple columns should be comma-separated.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family