Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / IIndicator Interface / Category Property


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

    Property Value

    The category.
    See Also