Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / IndicatorChangedEventArgs Class / Category Property


In This Topic
    Category Property (IndicatorChangedEventArgs)
    In This Topic
    Gets the category.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Category As SheetCellRange
    'Usage
     
    
    Dim instance As IndicatorChangedEventArgs
    Dim value As SheetCellRange
     
    value = instance.Category
    public SheetCellRange Category {get;}

    Property Value

    The category.
    See Also