Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / HasAutomatedLabelArea Method / HasAutomatedLabelArea(SpreadChart) Method
The chart.


In This Topic
    HasAutomatedLabelArea(SpreadChart) Method
    In This Topic
    Determines whether the specified chart has an automated label area.
    Syntax
    'Declaration
     
    
    Public Overloads Function HasAutomatedLabelArea( _
       ByVal chart As SpreadChart _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim chart As SpreadChart
    Dim value As Boolean
     
    value = instance.HasAutomatedLabelArea(chart)
    public bool HasAutomatedLabelArea( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.

    Return Value

    true if the specified chart has an automated label area; otherwise, false.
    See Also