다음을 통해 공유


ChartDataBinding.SeriesBindings Property

Gets or sets a collection of the series data bindings.

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

Syntax

'Declaration
Public Property SeriesBindings As SeriesDataBindingCollection
    Get
    Set
'Usage
Dim instance As ChartDataBinding
Dim value As SeriesDataBindingCollection

value = instance.SeriesBindings

instance.SeriesBindings = value
public SeriesDataBindingCollection SeriesBindings { get; set; }

Property Value

Type: Microsoft.Office.Server.WebControls.SeriesDataBindingCollection
The SeriesDataBindingCollection object that includes a set of the SeriesDataBinding objects used to bind the chart to data source.

See Also

Reference

ChartDataBinding Class

ChartDataBinding Members

Microsoft.Office.Server.WebControls Namespace