Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Left Property


In This Topic
    Left Property (ChartShape)
    In This Topic
    Gets or sets the X-coordinate of the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property Left As Integer
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Integer
     
    instance.Left = value
     
    value = instance.Left
    public override int Left {get; set;}
    See Also