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