Sets the "Y" attribute value.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void SetY(
	Object y
)
Visual Basic (Declaration)
Public Overridable Sub SetY ( _
	y As Object _
)
Visual C++
public:
virtual void SetY(
	Object^ y
)

Parameters

y
Type: System..::.Object
An Object that specifies the "Y" attribute value.

See Also