Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartSmartLabel Class / CalloutLineStyle Property

In This Topic
    CalloutLineStyle Property
    In This Topic
    Gets or sets the style of the callout line.

    Default: Solid.

    Syntax
    'Declaration
     
    Public Property CalloutLineStyle As RdlEnum(Of BorderStyle)
    public RdlEnum<BorderStyle> CalloutLineStyle {get; set;}
    See Also