Share via


SeriesDataBinding.HasMultipleYValue Property

Gets the value that indicates whether the YFields property contains multiple values.

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

Syntax

'Declaration
Public ReadOnly Property HasMultipleYValue As Boolean
    Get
'Usage
Dim instance As SeriesDataBinding
Dim value As Boolean

value = instance.HasMultipleYValue
public bool HasMultipleYValue { get; }

Property Value

Type: System.Boolean
true if the YFields property contains multiple values; otherwise, false.

See Also

Reference

SeriesDataBinding Class

SeriesDataBinding Members

Microsoft.Office.Server.WebControls Namespace