Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / HasAutomatedLabelArea Method / HasAutomatedLabelArea(SpreadChart,Boolean) Method
The chart.
if set to true check first series.


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

    Parameters

    chart
    The chart.
    checkFirstSeries
    if set to true check first series.

    Return Value

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