Sets the "X" attribute value.

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

Syntax

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

Parameters

x
Type: System..::.Object
An Object that specifies the "X" attribute value.

See Also