Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartIndicator Class / Category Property


In This Topic
    Category Property (ChartIndicator)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Category As SheetCellRange
    'Usage
     
    
    Dim instance As ChartIndicator
    Dim value As SheetCellRange
     
    instance.Category = value
     
    value = instance.Category
    public SheetCellRange Category {get; set;}
    See Also