LabelTextFill Property (Series)
In This Topic
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;}
Example
This example displays a series label.
See Also