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


In This Topic
    DoNotHaveCategoryNames Method
    In This Topic
    Determines whether the entire chart does not have any series with category names.
    Syntax
    'Declaration
     
    
    Public Function DoNotHaveCategoryNames( _
       ByVal chart As SpreadChart _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim chart As SpreadChart
    Dim value As Boolean
     
    value = instance.DoNotHaveCategoryNames(chart)
    public bool DoNotHaveCategoryNames( 
       SpreadChart chart
    )

    Parameters

    chart
    The chart.
    See Also