ActiveReports 12
AxisLabelOrientation Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace : AxisLabelOrientation Enumeration
The axis label text orientations.
Syntax
'Declaration
 
Public Enum AxisLabelOrientation 
   Inherits System.Enum
public enum AxisLabelOrientation : System.Enum 
Members
MemberDescription
AngledText at an angle of 45 degrees
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.Extensibility.Rendering.Components.Chart.AxisLabelOrientation

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace