Spread WinForms 15
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
See Also