com.spire.presentation.charts
Enum TickMarkType

java.lang.Object
  extended by java.lang.Enum<TickMarkType>
      extended by com.spire.presentation.charts.TickMarkType
All Implemented Interfaces:
java.lang.Comparable<TickMarkType>

public enum TickMarkType
extends java.lang.Enum<TickMarkType>

Represents the tick mark type for the specified axis.


Enum Constant Summary
TICK_MARK_CROSS
          Tick mark type is Cross.
TICK_MARK_INSIDE
          Tick mark type is Inside.
TICK_MARK_NONE
          Tick mark type is None.
TICK_MARK_OUTSIDE
          Tick mark type is Outside
 
Method Summary
 java.lang.String getName()
          Gets the name.
static TickMarkType getTickMarkTypeFromValue(long value)
          Gets tickmarktype.
 int getValue()
          Gets the value.
 

Enum Constant Detail

TICK_MARK_NONE

public static final TickMarkType TICK_MARK_NONE
Tick mark type is None.


TICK_MARK_CROSS

public static final TickMarkType TICK_MARK_CROSS
Tick mark type is Cross.


TICK_MARK_INSIDE

public static final TickMarkType TICK_MARK_INSIDE
Tick mark type is Inside.


TICK_MARK_OUTSIDE

public static final TickMarkType TICK_MARK_OUTSIDE
Tick mark type is Outside

Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:

getValue

public int getValue()
Gets the value.

Returns:

getTickMarkTypeFromValue

public static TickMarkType getTickMarkTypeFromValue(long value)
Gets tickmarktype.

Parameters:
value -
Returns: