ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / AnnotationBase Class / PointIndex Property

In This Topic
    PointIndex Property
    In This Topic
    A value that indicates the data point index of the annotation.
    Syntax
    'Declaration
     
    Public Property PointIndex As System.Integer
    public System.int PointIndex {get; set;}
    Remarks
    Applies only when the Attachment property is set to AnnotationAttachment.DataIndex.
    See Also