Spread WinForms 15
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
See Also