Spread for ASP.NET 12 Product Documentation
TextFont Property (LegendArea)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > LegendArea Class : TextFont Property
Gets or sets the font of the text.
Syntax
'Declaration
 
Public Property TextFont As Font
'Usage
 
Dim instance As LegendArea
Dim value As Font
 
instance.TextFont = value
 
value = instance.TextFont
public Font TextFont {get; set;}
Remarks
A value of null (Nothing in VB) indicates that the font will be automatically determined.
See Also

Reference

LegendArea Class
LegendArea Members