SeriesDataBinding.OtherFieldsHashtable Property

Gets or sets a collection of key/value pairs to hold 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 OtherFieldsHashtable As Hashtable
    Get
    Set
'Usage
Dim instance As SeriesDataBinding
Dim value As Hashtable

value = instance.OtherFieldsHashtable

instance.OtherFieldsHashtable = value
public Hashtable OtherFieldsHashtable { get; set; }

Property Value

Type: System.Collections.Hashtable
The Hashtable object that represents a collection of key/value pairs to hold the other data point properties that can be bound.

See Also

Reference

SeriesDataBinding Class

SeriesDataBinding Members

Microsoft.Office.Server.WebControls Namespace