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

In This Topic
    ChartLabelOutsidePlotAreaStyle Enumeration
    In This Topic
    Specifies how datapoint labels can be drawn outside of the plot area.
    Syntax
    'Declaration
     
    Public Enum ChartLabelOutsidePlotAreaStyle 
       Inherits System.Enum
    public enum ChartLabelOutsidePlotAreaStyle : System.Enum 
    Members
    MemberDescription
    FalseLabels must be entirely inside the plot area.
    PartialLabels can be partially outside the plot area.
    TrueLabels can be entirely outside the plot area.
    Inheritance Hierarchy

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

    See Also