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


In This Topic
    PointIndex Property (ChartTreeNode)
    In This Topic
    Get the point index of the node.
    Syntax
    'Declaration
     
    
    Public Property PointIndex As Integer
    'Usage
     
    
    Dim instance As ChartTreeNode
    Dim value As Integer
     
    instance.PointIndex = value
     
    value = instance.PointIndex
    public int PointIndex {get; set;}
    See Also