Gets or sets the name of the member of the chart DataSource that is used to data-bind to the X-value of the series.
Member of the chart data source used to data bind to the X value of the series.
Visual Basic (Declaration) | |
---|---|
Public Property ValueMemberX As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string ValueMemberX {get; set;} |
Return Value
A value that represents the name of the member (column) of the chart DataSource that is used to data-bind to the X-value of the Series.
The ValueMemberX property accepts a string form of the column that should be used for the X-value. This may be either the name or the ordinal value in a string form.
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