In This Topic
A value that indicates the y point of the chart style.
Syntax
'Declaration
Public Property Y As System.Nullable(Of Double)
'Usage
Dim instance As SVGStyle
Dim value As System.Nullable(Of Double)
instance.Y = value
value = instance.Y
public System.Nullable<double> Y {get; set;}
public read-write property Y: System.Nullable;
public function get,set Y : System.Nullable
public: __property System.Nullable<double> get_Y();
public: __property void set_Y(
System.Nullable<double> value
);
public:
property System.Nullable<double> Y {
System.Nullable<double> get();
void set ( System.Nullable<double> value);
}
See Also