Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LegendArea Class / Fill Property
Example


In This Topic
    Fill Property (LegendArea)
    In This Topic
    Gets or sets the fill for the background of the legend area.
    Syntax
    'Declaration
     
    
    Public Property Fill As Fill
    'Usage
     
    
    Dim instance As LegendArea
    Dim value As Fill
     
    instance.Fill = value
     
    value = instance.Fill
    public Fill Fill {get; set;}
    Example
    This example sets the Fill property.
    See Also