Spread Windows Forms 12.0 Product Documentation
Left Property (ChartShape)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class : Left Property
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

Reference

ChartShape Class
ChartShape Members