Dundas Chart for ASP.NET
ValueMemberX Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Series Class : ValueMemberX Property


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.

Syntax

Visual Basic (Declaration)  
Public Property ValueMemberX As String
Visual Basic (Usage) Copy Code
Dim instance As Series
Dim value As String
 
instance.ValueMemberX = value
 
value = instance.ValueMemberX
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.

Remarks

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.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.