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

In This Topic
    CalloutStyle Property
    In This Topic
    Gets or sets the style to use when drawing the callout lines.

    Default: Underline.

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