In This Topic
Gets or sets Y coordinate value of this DataPoint.
Syntax
'Declaration
Public Property Y As System.Object
'Usage
Dim instance As DataPoint
Dim value As System.Object
instance.Y = value
value = instance.Y
public System.object Y {get; set;}
public read-write property Y: System.TObject;
public function get,set Y : System.Object
public: __property System.Object* get_Y();
public: __property void set_Y(
System.Object* value
);
public:
property System.Object^ Y {
System.Object^ get();
void set ( System.Object^ value);
}
See Also