Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelAreaHitTest Class / LabelAreaHitTest Constructor
The label area.


In This Topic
    LabelAreaHitTest Constructor
    In This Topic
    Initializes a new instance of the LabelAreaHitTest class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal labelArea As LabelArea _
    )
    'Usage
     
    
    Dim labelArea As LabelArea
     
    Dim instance As New LabelAreaHitTest(labelArea)
    public LabelAreaHitTest( 
       LabelArea labelArea
    )

    Parameters

    labelArea
    The label area.
    See Also