ASP.NET Core 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 System.Integer
    'Usage
     
    
    Dim instance As AnnotationBase
    Dim value As System.Integer
     
    instance.PointIndex = value
     
    value = instance.PointIndex
    public System.int PointIndex {get; set;}
    public read-write property PointIndex: System.Integer; 
    public function get,set PointIndex : System.int
    public: __property System.int get_PointIndex();
    public: __property void set_PointIndex( 
       System.int value
    );
    public:
    property System.int PointIndex {
       System.int get();
       void set (    System.int value);
    }
    Remarks
    Applies only when the Attachment property is set to DataIndex.
    See Also