[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.TickLabelOrientation

Enum TickLabelOrientation

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the text orientation for tick-mark labels.

public enum TickLabelOrientation

Fields

OrientationAutomatic = 4

Specifies that the text orientation is set by Excel.

OrientationDownward = 1

Specifies that the text is oriented down.

OrientationHorizontal = 3

Specifies that the characters are horizontal.

OrientationUpward = 0

Specifies that the text is oriented upward.

OrientationVertical = 2

Specifies that the characters are vertical.