Spread.Services Documentation
TickLabelOrientation Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : TickLabelOrientation Enumeration
Specifies the text orientation for tick-mark labels.
Syntax
public enum TickLabelOrientation : System.Enum 
Members
MemberDescription
OrientationAutomatic Specifies that the text orientation is set by Excel.
OrientationDownward Specifies that the text is oriented down.
OrientationHorizontal Specifies that the characters are horizontal.
OrientationUpward Specifies that the text is oriented upward.
OrientationVertical Specifies that the characters are vertical.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.Drawing.TickLabelOrientation

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace