Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / LabelArea Constructor / LabelArea Constructor(Boolean)
A boolean value that specifies whether the label text overlaps the plot area


In This Topic
    LabelArea Constructor(Boolean)
    In This Topic
    Creates a new label area.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal overlay As Boolean _
    )
    'Usage
     
    
    Dim overlay As Boolean
     
    Dim instance As New LabelArea(overlay)
    public LabelArea( 
       bool overlay
    )

    Parameters

    overlay
    A boolean value that specifies whether the label text overlaps the plot area
    See Also