Label Property (TrendLine)
In This Topic
Gets or sets the text label of data series.
Syntax
'Declaration
Public Property Label As String
'Usage
Dim instance As TrendLine
Dim value As String
instance.Label = value
value = instance.Label
public string Label {get; set;}
See Also