[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.TickMark

Enum TickMark

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

Specifies the position of major and minor tick marks for an axis.

public enum TickMark

Fields

Cross = 3

Specifies that the marks cross the axis.

Inside = 1

Specifies that the marks are inside the axis.

None = 0

Specifies no marks.

Outside = 2

Specifies that the marks are outside the axis.