Spread for ASP.NET 12 Product Documentation
Fill Property (LabelArea)


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

Reference

LabelArea Class
LabelArea Members