ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / AnnotationBase Class / Point Property

In This Topic
    Point Property
    In This Topic
    A value that indicates 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 Also