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


In This Topic
    Category Property (ChartTreeNode)
    In This Topic
    Get or Set category of the node.
    Syntax
    'Declaration
     
    
    Public Property Category As String
    'Usage
     
    
    Dim instance As ChartTreeNode
    Dim value As String
     
    instance.Category = value
     
    value = instance.Category
    public string Category {get; set;}
    See Also