Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / Overlay Property


In This Topic
    Overlay Property (LegendArea)
    In This Topic
    Gets or sets whether the legend area overlaps the plot area.
    Syntax
    'Declaration
     
    
    Public Property Overlay As Boolean
    'Usage
     
    
    Dim instance As LegendArea
    Dim value As Boolean
     
    instance.Overlay = value
     
    value = instance.Overlay
    public bool Overlay {get; set;}
    See Also