AbstractChartNodeSetX Method |
Sets the "X" attribute value.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetX(
Object x
)
Public Overridable Sub SetX (
x As Object
)
public:
virtual void SetX(
Object^ x
)
abstract SetX :
x : Object -> unit
override SetX :
x : Object -> unit
Parameters
- x
- Type: SystemObject
An Object that specifies the "X" attribute value.
See Also