ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / AnnotationBase Class / PointIndex Property



In This Topic
    PointIndex Property (AnnotationBase)
    In This Topic
    Gets or sets the data point index of the annotation.
    Syntax
    'Declaration
     
    
    Public Property PointIndex As Integer
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As Integer
     
    instance.PointIndex = value
     
    value = instance.PointIndex
    public int PointIndex {get; set;}
    public:
    property int PointIndex {
       int get();
       void set (    int value);
    }
    See Also