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


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

Reference

LegendArea Class
LegendArea Members