TickMarkType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class TickMarkType extends System.Enum

Represents the tick mark type for the specified axis.

Fields

FieldDescription
CrossSpecifies the tick marks shall cross the axis.
InsideSpecifies the tick marks shall be inside the plot area.
NoneSpecifies there shall be no tick marks.
OutsideSpecifies the tick marks shall be outside the plot area.

Cross

public static final int Cross

Specifies the tick marks shall cross the axis.

Inside

public static final int Inside

Specifies the tick marks shall be inside the plot area.

None

public static final int None

Specifies there shall be no tick marks.

Outside

public static final int Outside

Specifies the tick marks shall be outside the plot area.