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


In This Topic
Text Property (IDataLabel)
In This Topic
Gets or sets a string value that represents the data label text.
Syntax
'Declaration
 
Property Text As String
 
'Usage
 
Dim instance As IDataLabel
Dim value As String
 
instance.Text = value
 
value = instance.Text
See Also