ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataPoint Class / X Property






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