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


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