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

In This Topic
    Angle Property (ChartAxis)
    In This Topic
    Gets or sets the angle at which to display axis labels. This must be an integer between –90 and 90.

    Default: 0

    Syntax
    'Declaration
     
    Public Property Angle As RdlFloat
    public RdlFloat Angle {get; set;}
    See Also