ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AnnotationBase Class / Point Property

In This Topic
    Point Property (AnnotationBase)
    In This Topic
    Gets or sets the point of the annotation.
    Syntax
    'Declaration
     
    
    Public Property Point As DataPoint
    public DataPoint Point {get; set;}
    Remarks
    The coordinates of points depends on the Attachment property. See AnnotationAttachment for further description.
    See Also