Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / HasCategoryNames Method
Type of the series.


In This Topic
    HasCategoryNames Method
    In This Topic
    Determines whether the specified series type has category names.
    Syntax
    'Declaration
     
    
    Public Function HasCategoryNames( _
       ByVal seriesType As Type _
    ) As Boolean
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim seriesType As Type
    Dim value As Boolean
     
    value = instance.HasCategoryNames(seriesType)
    public bool HasCategoryNames( 
       Type seriesType
    )

    Parameters

    seriesType
    Type of the series.

    Return Value

    true if the specified series type has category names; otherwise, false.
    See Also