Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / ShouldCreateAutomatedLabelArea Method
The chart.


In This Topic
    ShouldCreateAutomatedLabelArea Method
    In This Topic
    Specifies whether the label area should be created automatically.
    Syntax
    'Declaration
     
    
    Public Function ShouldCreateAutomatedLabelArea( _
       ByVal chart As SpreadChart _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim chart As SpreadChart
    Dim value As Boolean
     
    value = instance.ShouldCreateAutomatedLabelArea(chart)
    public bool ShouldCreateAutomatedLabelArea( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.
    See Also