Gets or sets the fill of the text of the data labels.
Syntax
'Declaration
Public Property LabelTextFill As Fill
'Usage
Dim instance As Series
Dim value As Fill
instance.LabelTextFill = value
value = instance.LabelTextFill
public Fill LabelTextFill {get; set;}
See Also