SeriesDataBinding.OtherFields Property
Gets or sets the name of the other data point properties that can be bound.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property OtherFields As String
Get
Set
'Usage
Dim instance As SeriesDataBinding
Dim value As String
value = instance.OtherFields
instance.OtherFields = value
public string OtherFields { get; set; }
Property Value
Type: System.String
The String object that represents the name of other data point properties that can be bound.