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
Field | Description |
---|---|
Cross | Specifies the tick marks shall cross the axis. |
Inside | Specifies the tick marks shall be inside the plot area. |
None | Specifies there shall be no tick marks. |
Outside | Specifies 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.