ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc 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
    public int PointIndex {get; set;}
    Remarks
    Applies only when the Attachment property is set to DataIndex.
    See Also