Utility class containing constants.
Represents the tick mark type for the specified axis.
Field Summary |
const int | CROSS | |
Tick mark type is Cross.
|
const int | INSIDE | |
Tick mark type is Inside.
|
const int | NONE | |
Tick mark type is None.
|
const int | OUTSIDE | |
Tick mark type is Outside
|
-
Field Detail
CROSS
const int CROSS
Tick mark type is Cross.
NONE
const int NONE
Tick mark type is None.