ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSmartLabel Class / CalloutLineAnchor Property

In This Topic
    CalloutLineAnchor Property
    In This Topic
    Gets or sets the shape that should be drawn on the point end of the callout line.
    Syntax
    'Declaration
     
    Public Property CalloutLineAnchor As RdlEnum(Of ChartLineAnchor)
    public RdlEnum<ChartLineAnchor> CalloutLineAnchor {get; set;}
    See Also