ComponentOne FinancialChart for WinForms
C1.Win.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
     
    
    <C1DescriptionAttribute("Annotation.AnnotationBase.PointIndex", "Gets or sets the data point index of the annotation.")>
    Public Property PointIndex As Integer
    [C1Description("Annotation.AnnotationBase.PointIndex", "Gets or sets the data point index of the annotation.")]
    public int PointIndex {get; set;}
    See Also