ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationTextBar Class / AnchorPoint Property

In This Topic
    AnchorPoint Property
    In This Topic
    Gets or sets the anchor point in the coordinate system of the corresponding ChartArea.
    Syntax
    'Declaration
     
    Public Property AnchorPoint As Point2d
    public Point2d AnchorPoint {get; set;}
    See Also