Utility class containing constants.
Represents the sparkline types.
|
Field Summary |
const int | LINE | |
Line sparkline.
|
const int | COLUMN | |
Column sparkline.
|
const int | STACKED | |
Win/Loss sparkline.
|
const int | WIN_LOSS | |
|
-
Field Detail
LINE
const int LINE
Line sparkline.
COLUMN
const int COLUMN
Column sparkline.
STACKED
const int STACKED
Win/Loss sparkline.
WIN_LOSS
const int WIN_LOSS