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