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

In This Topic
    Offset Property (AnnotationBase)
    In This Topic
    A System.Point value that indicates the offset of the annotation.
    Syntax
    'Declaration
     
    Public Property Offset As System.Drawing.Point
    public System.Drawing.Point Offset {get; set;}
    See Also