WebPart.DataBindingsString Property
Gets or sets the value of the DataBindings property that represents the serialized ChartDataBindingCollection object.
Namespace: Microsoft.Office.Server.WebControls.Charting
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property DataBindingsString As String
Get
Set
'Usage
Dim instance As WebPart
Dim value As String
value = instance.DataBindingsString
instance.DataBindingsString = value
public string DataBindingsString { get; set; }
Property Value
Type: System.String
The String object that represents the serialized ChartDataBindingCollection object.