Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartCalloutStyle Enumeration

In This Topic
    ChartCalloutStyle Enumeration
    In This Topic
    Specifies styles to use when drawing the callout lines.
    Syntax
    'Declaration
     
    Public Enum ChartCalloutStyle 
       Inherits System.Enum
    public enum ChartCalloutStyle : System.Enum 
    Members
    MemberDescription
    BoxAttach the callout line to a box around the label.
    NoneNo additional label style for the callout line.
    UnderlineAttach the callout line to an underline on the label.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Rdl.Rdl2008.ChartCalloutStyle

    See Also