Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Top Property


In This Topic
Top Property (ChartShape)
In This Topic
Gets or sets the Y-coordinate of the object.
Syntax
'Declaration
 
Public Overrides Property Top As Integer
 
'Usage
 
Dim instance As ChartShape
Dim value As Integer
 
instance.Top = value
 
value = instance.Top
See Also