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


In This Topic
Position Property (IDataLabel)
In This Topic
Gets or sets a value that represents the position of the data label.
Syntax
'Declaration
 
Property Position As DataLabelPosition
 
'Usage
 
Dim instance As IDataLabel
Dim value As DataLabelPosition
 
instance.Position = value
 
value = instance.Position
See Also