public final class TickMarkType
extends com.aspose.ms.System.Enum
Represents the tick mark type for the specified axis.
Modifier and Type | Field and Description |
---|---|
static int |
Cross
Specifies the tick marks shall cross the axis.
|
static int |
Inside
Specifies the tick marks shall be inside the plot area.
|
static int |
None
Specifies there shall be no tick marks.
|
static int |
Outside
Specifies the tick marks shall be outside the plot area.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Cross
Specifies the tick marks shall cross the axis.
public static final int Inside
Specifies the tick marks shall be inside the plot area.
public static final int None
Specifies there shall be no tick marks.
public static final int Outside
Specifies the tick marks shall be outside the plot area.