Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / Fill Property


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;}
    See Also