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