FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SunburstSeries Class / LabelTextFont Property


In This Topic
LabelTextFont Property (SunburstSeries)
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 SunburstSeries
Dim value As Font
 
instance.LabelTextFont = value
 
value = instance.LabelTextFont
Remarks
A value of null (Nothing in VB) indicates that the font will be automatically determined.
See Also