LabelTextFont Property (Series)
In This Topic
Gets or sets the font of the text of the data labels.
Syntax
'Declaration
Public Property LabelTextFont As Font
'Usage
Dim instance As Series
Dim value As Font
instance.LabelTextFont = value
value = instance.LabelTextFont
public Font LabelTextFont {get; set;}
See Also