Spread for ASP.NET 12 Product Documentation
LabelTextFont Property (Series)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > Series Class : LabelTextFont Property
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;}
Remarks
A value of null (Nothing in VB) indicates that the font will be automatically determined.
See Also

Reference

Series Class
Series Members