LabelArea Constructor(Boolean)
In This Topic
Creates a new label area.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean _
)
'Usage
Dim overlay As Boolean
Dim instance As New LabelArea(overlay)
Parameters
- overlay
- A boolean value that specifies whether the label text overlaps the plot area
See Also