ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / ChartAllowLabelRotation Enumeration

In This Topic
    ChartAllowLabelRotation Enumeration
    In This Topic
    Specifies the step by which axis labels can be incrementally rotated to fit within the chart.
    Syntax
    'Declaration
     
    Public Enum ChartAllowLabelRotation 
       Inherits System.Enum
    public enum ChartAllowLabelRotation : System.Enum 
    Members
    MemberDescription
    NoneRotation is not allowed.
    Rotate30Rotate in 30 degree increments
    Rotate45Rotate in 45 degree increments
    Rotate90Rotate in 90 degree increments.
    Inheritance Hierarchy

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

    See Also