GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IDataLabel Interface / Left Property


In This Topic
Left Property (IDataLabel)
In This Topic
Gets or sets the left of the object.
Syntax
'Declaration
 
Property Left As Double
 
'Usage
 
Dim instance As IDataLabel
Dim value As Double
 
instance.Left = value
 
value = instance.Left
Remarks
This property works with custom setting only. It doesn't return the auto calculated left of the label.
See Also