Share via


SeriesDataBinding.Parameters Property

Gets or sets the collection of parameters used when rendering a formula based on the series.

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

Syntax

'Declaration
Public Property Parameters As Object()
    Get
    Set
'Usage
Dim instance As SeriesDataBinding
Dim value As Object()

value = instance.Parameters

instance.Parameters = value
public Object[] Parameters { get; set; }

Property Value

Type: []
The array of Object used to as the parameters for calling a method from a formula module.

See Also

Reference

SeriesDataBinding Class

SeriesDataBinding Members

Microsoft.Office.Server.WebControls Namespace