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


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.

Syntax

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

Remarks

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.

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.