Share via


SeriesDataBinding.YFields Property

Gets or sets the comma-separated list of the names of the fields for one or more Y values.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property YFields As String
    Get
    Set
'Usage
Dim instance As SeriesDataBinding
Dim value As String

value = instance.YFields

instance.YFields = value
public string YFields { get; set; }

Property Value

Type: System.String
The String object that represents a comma-separated list of names of the fields for one or more Y values.

See Also

Reference

SeriesDataBinding Class

SeriesDataBinding Members

Microsoft.Office.Server.WebControls Namespace