Sets the series inputs that an action will use. These should either be the name of a series, the BarElement desired, or a constant double value.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
void SetSeriesInputs(
	params Object[] inputs
)
Visual Basic (Declaration)
Sub SetSeriesInputs ( _
	ParamArray inputs As Object() _
)
Visual C++
void SetSeriesInputs(
	... array<Object^>^ inputs
)

Parameters

inputs
Type: array< System..::.Object >[]()[]
A collection of series inputs.

See Also