MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / AxisTextOrientation Enumeration

AxisTextOrientation Enumeration
The axis title text orientations.
Syntax
'Declaration
 
Public Enum AxisTextOrientation 
   Inherits System.Enum
 
Members
MemberDescription
AutoIndicates the orientation will be selected automatically based on context (for example, Rotated270 for titles docked on the left).
HorizontalHorizontal text
Rotated270Vertical text � Rotated 270 degrees.
Rotated90Vertical text � Rotated 90 degrees.
StackedVertical text � No character rotation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.AxisTextOrientation

See Also