Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelAreaHitTest Class / LabelArea Property


In This Topic
    LabelArea Property
    In This Topic
    Gets the label area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LabelArea As LabelArea
    'Usage
     
    
    Dim instance As LabelAreaHitTest
    Dim value As LabelArea
     
    value = instance.LabelArea
    public LabelArea LabelArea {get;}

    Property Value

    The label area.
    See Also