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